-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
74 lines (50 loc) · 986 Bytes
/
styles.css
File metadata and controls
74 lines (50 loc) · 986 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
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
body {
margin: 0px;
background-color:#D73F2A;
color: #FFFFFF;
font-family: 'RodchenkoCTT';
font-weight: 300;
text-align: center;
}
a, a:visited, a:active, a:link {
color: #FFD79A;
text-decoration: none;
}
a:hover {
color: #FFD79A;
text-decoration: underline;
}
.page-header {
display: block;
margin: 10px;
font-size: 130px;
}
.page-content {
background-color: #FFFFFF;
color: #000000;
font-size: 45px;
border-bottom: 5px solid #000000;
}
.miss {
display: block;
width: 400px;
margin: 10px auto;
font-size: 20px;
text-align: left;
}
.miss h2 {
margin: 0px 0px 10px 0px;
padding-bottom: 10px;
font-size: 30px;
font-weight: 300;
border-bottom: 3px dotted #000000;
}
.underground {
display: block;
padding: 5px;
background-color:#FFFFFF;
font-size: 15px;
color: #000000
text-align: center;
border-top: 5px solid #000000;
}