-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.css
More file actions
89 lines (80 loc) · 1.39 KB
/
index.css
File metadata and controls
89 lines (80 loc) · 1.39 KB
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
88
89
* {
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
.header {
width: 1024px;
height: 361px;
background-color: #4641ff;
margin: auto;
background-image: url(./drongr/bgHeader@2x.png);
background-position-x: 50%;
background-position-y: 50%;
}
.header h1 {
color: white;
font-size: 40px;
font-weight: 500;
margin-top: 27px;
margin-left: 328px;
}
.pageDescribe {
width: 625px;
color: white;
margin-top: 55px;
margin-left: 200px;
font-weight: lighter;
}
.logo {
width: 50px;
height: 58px;
margin-left: 89px;
margin-top: 34px;
}
.GitButton {
width: 109px;
height: 41px;
float: right;
border: 1px solid white;
color: white;
background-color: #4641ff;
border-radius: 20.5px;
margin-right: 87px;
margin-top: 39px;
}
.footer {
width: 1024px;
height: 163px;
text-align: center;
margin: auto;
background-color: #201200;
margin-top: 112px;
line-height: 163px;
}
.footer h1{
color: white;
font-size: 30px;
font-weight: 600;
}
.all-tab-div {
display: flex;
}
.all-tab {
margin: 45px auto 62px;
display: inline-flex;
list-style: none;
}
.all-tab > li {
width: 196px;
cursor: pointer;
padding-top: 26px;
padding-bottom: 26px;
text-align: center;
border-top:2px solid rgba(124, 146, 169, 0.5);
font-weight: 600;
}
.all-tab #tab-tang{
border-top:2px solid rgba(32, 18, 0, 0.66);
}