-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.css
57 lines (48 loc) · 940 Bytes
/
code.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
#main {
background-color: lightgray;
border-radius: 1%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
padding: 00.8em;
}
#title {
text-align: center;
}
#title p {
font-size: larger;
}
#img-div {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background-color: whitesmoke;
padding: 0.8em;
border-radius: 1%;
}
#image {
display: block;
max-width: 100%;
width: 70%;
margin: auto;
padding-bottom: 1em;
}
#img-caption {
font-size: larger;
}
#tribute-info {
display: flex;
text-align: justify;
flex-direction: column;
margin-left: 20%;
margin-right: 20%;
font-size: larger;
}
#tribute-info h2 {
text-align: center;
}
#tribute-link {
text-decoration-color: turquoise;
}
h3 {
text-align: center;
}