-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (53 loc) · 1019 Bytes
/
style.css
File metadata and controls
63 lines (53 loc) · 1019 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
html {
background-color: black
}
h1 {
font-family: "Tiempos Headline", "Georgia Adjusted", Georgia, serif;
}
h2 {
font-family: "Proxima Nova", sans-serif;
color: white;
font-size: 14px;
text-align: center;
font-weight: lighter;
}
body {
font-family: "Tiempos Text", "Georgia Adjusted", Georgia, serif;
color: white;
}
#bg-headline {
display: block;
margin-left: 26%;
margin-right: 22%;
font-size: 15.5px;
text-align: center;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem;
font-size: 12px;
text-align: center;
font-family: "Proxima Nova", sans-serif;
}
#ButtonStart {
border: none;
cursor: pointer;
appearance: none;
background-color: transparent;
transition: transform 0.3s ease-in-out;
opacity: 1;
margin-left: 45%;
}
#ButtonStart:hover {
transform: rotate(10deg);
opacity: .9;
}
#imgbutton {
width: 70px;
height: 70px;
}
.spacer {
height: 180px;
}