-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathg.css
87 lines (72 loc) · 1.32 KB
/
g.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
body {
margin: 0;
padding: 0;
}
.GD {
width: 100%;
height: 600px;
padding: 0;
padding-top: 15px;
background-color: #003380;
}
#maintb {
width: 100%;
height: 350px;
}
#bod {
width: 100%;
height: auto;
color: #fff;
font-family: "Gill Sans MT";
font-family: "Kanit", sans-serif;
font-family: "Poppins", sans-serif;
}
#bod>:nth-child(1){
padding: 0 50px 0 50px;
}
th a,
td a {
cursor: pointer;
color: black;
transition: color 0.5s;
}
th a:hover,
td a:hover {
color: yellow;
}
tbody{
margin: 0;
padding: 0;
margin-left: 50px;
padding-left: 50px;
}
.socialicongd {
margin-top: 20px;
}
.hgdk {
font-family: "Kanit", sans-serif;
font-family: "Poppins", sans-serif;
font-weight: 700;
}
.iconsgd {
display: flex;
justify-content: start;
align-items: center;
gap: 10px;
margin-left: 50px;
margin-top: 10px;
}
#imggd7 {
width: 150px;
height: 45px;
}
.gdpart2 {
text-align: center;
color: #fff;
font-size: 14px;
font-family: "Gill Sans MT";
background-color: #0a244a;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
}/*# sourceMappingURL=style.css.map */