-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
66 lines (54 loc) · 747 Bytes
/
styles.css
File metadata and controls
66 lines (54 loc) · 747 Bytes
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
64
65
66
body {
background-color: #121212;
color: #FEF3C4;
font-family: Montserrat;
font-size: 20px;
text-align: center;
}
.body {
padding-left: 20vw;
padding-right: 20vw;
}
.title {
color: #FEF3C4;
font-family: Nunito;
font-size: 60px;
margin-top: 40vh;
}
div {
margin-top: 30vh;
}
p {
margin-top: 5vh;
}
.next {
margin: 40vh;
}
.hidden {
margin-top: 90vh;
}
li {
color: white;
list-style-type: none;
padding-top: 16px;
}
.sub-list {
color: #CBF3D3;
font-size: 14px;
padding: 8px 4vw 10px 4vw;
}
.contact {
color: lightpink;
font-size: 28px;
margin-bottom: 30vh;
}
a:link, a:visited {
color: inherit;
text-decoration: none;
}
a:hover {
color: white;
}
li > a:hover {
color: #CBF3D3;
}