-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSS
59 lines (55 loc) · 831 Bytes
/
CSS
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
#main {
color: teal;
text-align: center;
font-size: 125px;
font-family: avenir;
}
#body {
background-color: black;
color: teal;
font-family: "avenir";
font-size: 50px;
}
#title {
color: orange;
text-align: center;
font-family: avenir next condensed;
}
#image {
max-width: 60%;
display: block;
}
#img-caption {
color: gray;
font-size: 31px;
margin: 0px 0px 0px 0px;
}
#tribute-info {
margin: 50px 0px 0px 50px;
text-align: center;
color: white;
font-size: 50px;
}
#tribute-link {
font-size: 24px;
text-align: left;
color: gray;
}
#headline {
font-size: 30px;
text-indent: 30px;
margin: 150px 0px 60px 0px;
}
a {
color: gray;
font-size: 20px;
}
ul {
font-size: 31px;
color: teal;
max-width: 1000px;
margin: 0 auto 50px auto;
text-align: left;
line-height: 1.6;
text-indent: 50px
}