-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandrewt.css
63 lines (60 loc) · 897 Bytes
/
andrewt.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
#aboutMeInfo {
display: none;
font-size: 5px
}
#favThingsInfo {
display: none;
font-size: 5px
}
nav {
border-bottom: 1px solid black;
}
.backs ol {
list-style-type: none;
padding-left: 0;
}
.back {
display: inline-block;
}
.back a::after {
display: inline-block;
color: #000;
content: '>';
font-size: 80%;
font-weight: bold;
padding: 0 3px;
}
html {
background-color: #F7D2BC;
}
h1{
font-size: 150px;
text-align: center;
background-color: #B3632B;
color: white;
text-align: center;
}
h2 {
font-size: 50px;
text-align: center;
}
p {
font-size: 40px;
color: #4D2B12;
}
button {
font-size: 50px;
padding: 60px 100px;
color: #4D2B12;
background-color: #F0C581;
border-radius: 12px;
text-align: center;
float: left;
display: block;
margin: auto;
}
img {
width: 500px;
height: 400px;
object-fit: contain;
}