-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-css.css
More file actions
100 lines (82 loc) · 1.17 KB
/
test-css.css
File metadata and controls
100 lines (82 loc) · 1.17 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
90
91
92
93
94
95
96
97
98
99
100
body{
font-family: "Open Sans", sans-serif;
color: #686868;
font-size: 16px;
font-weight: 300;
line-height: 1.7;
background-color: #e6e6e6;
}
p{
margin-bottom: 30px;
color: #00ff8a;
}
a{
text-decoration: none;
color: #79accd;
}
h1{
font-size: 28px;
color: #008FFF;
}
h2{
font-size: 26px;
}
h2 img{
vertical-align: middle;
padding-right: 10px;
}
h3{
font-size: 24px;
margin-bottom: 15px;
}
h4{
font-size: 22px;
margin-bottom: 10px;
}
h5{
font-size: 20px;
margin-bottom: 10px;
}
h6{
font-size: 18px;
margin-bottom: 10px;
}
ul{
font-size: 15px;
font-family: helvetica, sans-serif;
}
ul li{
line-height: 24px;
}
blockquote{
font-size: 16px;
line-height: 22px;
padding-left: 30px;
margin-bottom: 20px;
margin-top: 20px;
background: transparent url(style/images/quote.png) no-repeat top left;
}
header{
background-color: #768CA2;
border-bottom: 1px solid black;
border-top: 1px solid black;
margin-top: -30px;
text-align: center;
width: 100%;
}
nav{
text-align: right;
padding:1em;
}
article{
width: 600px;
margin: 40px auto;
}
footer{
bottom:0;
width:100%;
height:60px;
color: #fff;
background-color: #334D5C;
text-align: center;
}