forked from skyerofficial/tribute-page-apocalypse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
50 lines (48 loc) · 825 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
h1{
text-align: center;
font-size: 100px;
color: black;
}
body{
background-color: antiquewhite;
}
img{
display: block;
margin: 0 auto;
max-width: 100%;
border-radius: 50px;
}
figcaption{
font-size: 41px;
text-align: center;
padding-top: 25px;
color: grey;
}
#p1{
font-size: 18px;
column-count: 2;
padding: 10px 10px;
column-gap: 55px;
}
div{
font-size: 18px;
font-family: sans-serif;
text-align: center;
padding-bottom: 20px;
}
#last{
font-size: 18px;
text-align: left;
float: left;
column-count: 2;
column-gap: 55px;
font-family: 'Lora', serif;
padding-left: 20px;
}
#last2{
padding-top: 20px;
padding-right: 20px;
}
blockquote{
font-size: 30px;
}