-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdemo.css
More file actions
48 lines (42 loc) · 661 Bytes
/
demo.css
File metadata and controls
48 lines (42 loc) · 661 Bytes
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
* {
color: #666;
}
h1 {
color: #468;
font-family: times,"Times New Roman",times-roman,georgia,serif;
font-size: 32px;
font-weight: 200;
letter-spacing: -2px;
line-height: 40px;
margin: 10px 0;
}
h1 em {
font-weight: 900;
font-style: normal;
color: #468;
}
h2 {
color: #468;
font-family: "Gill Sans",Verdana;
font-size: 10px;
line-height: 16px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin: 10px 0;
}
a, a:visited {
color: #468;
}
a:hover {
color: #fff;
background-color: #468;
text-decoration: none;
}
p {
font-size: 14px;
margin-left: 20px;
}
#content {
margin: 20px;
}