-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen-finished.css
More file actions
46 lines (43 loc) · 792 Bytes
/
Copy pathscreen-finished.css
File metadata and controls
46 lines (43 loc) · 792 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
#page {
width: 600px;
margin: 0 auto;
background-image: url('gfx/page.png');
}
#content {
background-image: url('gfx/content.png');
}
h2 {
background-image: url('gfx/h2.png');
height: 120px;
text-indent: -5000px;
margin-top: 60px;
}
ul {
background-image: url('gfx/ul.png');
background-repeat: no-repeat;
background-position: bottom center;
margin-bottom: 120px;
padding-bottom: 60px;
}
li + li {
background-image: url('gfx/li-coins.png');
background-repeat: no-repeat;
padding-top: 180px;
}
li + li + li {
background-image: url('gfx/li.png');
background-repeat: no-repeat;
padding-top: 180px;
}
h3,p {
margin-left: 80px;
margin-right: 80px;
}
h3 {
font-size: 2em;
margin-bottom: .5em;
}
p {
font-family: sans-serif;
line-height: 1.4;
}