-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (56 loc) · 864 Bytes
/
style.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
body {
background-color: #FFFFFF;
font-family: 'Recursive', sans-serif;
font-size: 15px;
}
p {
padding-bottom: 10px;
color: #444444;
}
a {
font-family: 'Recursive', sans-serif;
font-size: 15px;
color: #444444;
}
p.sub {
color: #707070;
}
h1 {
font-family: 'Heebo', sans-serif;
font-size: 30px;
margin-bottom: 5px;
color: #333333;
}
header {
margin: auto;
padding-top: 45px;
padding-bottom: 30px;
max-width: 500px;
}
section {
max-width: 500px;
margin: auto;
margin-bottom: 30px;
}
ul {
display: flex;
list-style: none;
flex-direction: row;
justify-content: space-between;
max-width: 500px;
margin: auto;
margin-bottom: 15px;
flex-wrap: wrap;
padding: 0px;
}
ul li {
padding: 5px;
color: #707070;
}
.footer {
position: fixed;
bottom: 0px;
right: 20px;
color: #707070;
margin-bottom: 10px;
}