-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.css
More file actions
79 lines (79 loc) · 1.12 KB
/
index.css
File metadata and controls
79 lines (79 loc) · 1.12 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
*{
margin:0;padding: 0
}
body, html {
height: 100%;
}
body{
background-color: #B9D194;
}
a{
text-decoration: none;
color:#fff
}
.content{
text-align: left;
min-height: 100%;
height: auto;
position: relative;
margin: 0 auto;
max-width: 600px;
padding: 0 50px 50px 50px
}
.icon_demo{
padding: 13px;
position: relative;
display: inline-block;
cursor: pointer;
width: 50px;
box-sizing: border-box;
}
.all{
font-size: 18px;
font-family: georgia;
color:#fff;
padding: 10px;
font-weight: bold;
}
#total{
font-size: 44px;
}
.title{
font-size: 18px;
font-family: georgia;
color:#fff;
padding: 20px;
font-weight: bold;
text-align: center;
}
#choose{
display: none;
}
#chooseName{
font-size: 24px;
padding: 10px;
background-color: #504545
}
.github{
font-size: 24px;
font-family: georgia;
padding: 10px;
background-color: #504545;
text-decoration: none;
color:#fff
}
.code{
color:#fff;
font-family: georgia;
padding: 10px;
background-color: #099fde;
font-size:20px;
line-height: 25px
}
code{
padding: 0 10px
}
a code:hover{
color:#333 ;
font-weight: bold;
}