-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
95 lines (79 loc) · 1.31 KB
/
index.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
margin: 0;
padding: 0;
}
#main {
background-color: #f7f7f7;
}
#title {
text-align: center;
}
#title h1 {
padding-top: 1.5rem;
font-size: 2.5rem;
margin-bottom: .5rem;
}
#title p {
font-size: 1rem;
}
#img-div {
background-color: #ffffff;
margin: 1.5rem 1rem 2.5rem 1rem;
padding: .5rem 1rem;
}
#image {
display: block;
margin: 0 auto;
max-width: 100%;
}
#img-caption {
margin: 1rem auto 0 auto;
text-align: center;
padding-bottom: 1rem;
width: 90%;
font-weight: 300;
}
#tribute-title {
text-align: center;
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 3rem;
}
#tribute-detail{
font-size: 1rem;
font-weight: 350;
margin: 0 auto 2.5rem auto;
width: 55%;
}
.year {
font-weight: bold;
}
#tribute-detail li{
margin-bottom: 1.8rem;
text-align: justify;
line-height: 1.6rem;
}
#quote {
font-style: italic;
margin-top: 4rem;
font-size: 1.1rem;
font-weight: 250;
}
#quote-content {
margin-bottom: 1rem;
}
#more-info {
font-weight: bold;
text-align: center;
padding-bottom: 1.5rem;
font-size: 1.1rem;
}
#tribute-link {
font-weight: 900;
font-size: 1.1rem;
text-decoration: none;
}
#tribute-link:hover {
text-decoration: underline;
}