-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (51 loc) · 845 Bytes
/
style.css
File metadata and controls
51 lines (51 loc) · 845 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
header {
font-family: Futura, Trebuchet MS;
font-weight: bold condensed;
color: #AC2B37;
font-size: 25px;
/*center the image*/
display: block;
width: 15%;
margin-left: auto;
margin-right: auto;
}
body {
font-family: Futura, Trebuchet MS;
font-weight: bold condensed;
color: #FF0000;
font-size: 18px;
}
h1 {
font-family: Futura, Trebuchet MS;
font-weight: bold condensed;
color: #A9B0B7;
font-size: 20px;
}
footer {
font-family: Futura, Trebuchet MS;
font-weight: bold condensed;
color: #000000;
font-size: 14px;
}
#content {
padding:3px;
}
header {
padding-top: 3px;
padding-bottom: 30px;
}
body {
padding-top: 3px;
padding-right: 30px;
padding-bottom: 20px;
}
h1 {
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
}
footer {
padding-top: 10px;
padding-right: 3px;
padding-bottom: 3px;
}