-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
57 lines (46 loc) · 771 Bytes
/
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
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600&family=Prata&display=swap');
body {
background: white;
color: white;
line-height: 1.5rem;
font-family: "Inter";
}
h1, h2, h3 {
font-family: "Prata", serif;
text-align: center;
color: #1F1D36;
}
h1 {
font-size: 4rem;
}
p {
text-align: center;
}
#img-div {
background: white;
padding: 2rem;
margin: 0;
}
#image {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto;
}
#img-caption {
margin-top: 1.5rem;
text-align: center;
color: #1F1D36;
}
#tribute-info {
margin: 0 20rem;
}
#main {
margin: 15px 10px;
border-radius: 0.3rem;
background-color: #939393;
padding: 10px 0px 10px 0px;
}
#tribute-link:hover {
color: #EADEB8;
}