-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathstyle.css
49 lines (41 loc) · 781 Bytes
/
style.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
body {
background-color:#fff;/*#eee;*/
font-family:"Helvetica Neue",Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft Yahei,Arial;
}
.marginDown{
margin-bottom:15px;
}
.jumbotron {
margin: 40px 0;
padding: 40px 0;
text-align: center;
background-color:#eee;
}
.randButton {
margin-bottom: 25px;
text-align: center;
}
a:link { text-decoration: none;}
/* Footer */
footer {
font-size: small;
color: #666;
line-height: 2em;
color: #858585;
text-align: center;
margin: 1em 0;
}
footer p {
margin: 0;
text-align: center;
}
footer .linkings {
max-width: 680px;
margin-left: auto;
margin-right: auto;
/*text-align: left;*/
width: 100%;
display: block;
border: none;
line-height:100%
}