-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
80 lines (67 loc) · 1.02 KB
/
styles.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
html {
font-size: 10px;
font-family: Verdana, sans-serif;
}
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
text-align: center;
background-color: #282828;
color: #ECECEC;
}
.bold {
font-style: bold;
}
.italic {
font-style: italic;
}
#tribute-main {
margin-bottom: 30px;
}
#title {
font-size: 5rem;
font-weight: 800;
letter-spacing: .2rem;
}
#quote {
text-align: center;
font-size: 1.7rem;
margin-bottom: 20px;
}
#image {
max-width: 100%;
width: 70%;
height: auto;
border: 4px solid #3D0000;
margin: 0 auto;
}
#img-div {
font-size: 1.5rem;
}
img {
display: block;
}
#img-caption {
margin: 10px auto;
}
#tribute-info {
font-size: 1.7rem;
background-color: #131313;
padding: 20px 50px;
}
#timeline-title {
padding: 2px;
text-decoration: underline #ECECEC;
}
ul {
margin: 0 auto 50px;
padding: 0;
max-width: 60%;
list-style: circle;
text-align: left;
}
li {
margin-bottom: 15px;
}