-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
52 lines (46 loc) · 817 Bytes
/
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
body {
font-family: Arial Black, Arial Bold, Gadget, sans-serif;
background-color: #dfdbd9;
}
#img-div {
text-align: center;
display: block;
width: 100%;
}
#main {
display: flex;
flex-direction: column;
min-height: 100vh;
flex-grow: 1;
}
#title {
text-align: center;
padding: 70px;
margin-left: 50px;
margin-right: 50px;
background-color: #96c0b7;
border-radius: 5px;
}
img {
padding-top: 10px;
height: auto;
max-width: 400px;
display: block;
margin-left: auto;
margin-right: auto;
}
#tribute-info {
display: flex;
flex-direction: column;
text-align: center;
list-style-position: inside;
background-color: #96c0b7;
margin-left: 70px;
margin-right: 70px;
border-radius: 5px;
}
#footer {
display: flex;
flex-direction: column;
text-align: center;
}