-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (51 loc) · 781 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
59
60
@import url('https://fonts.googleapis.com/css?family=Neucha');
html, body {
background-color: #A92026;
padding: 0;
margin: 0;
font-family: 'Neucha', cursive;
font-size: 10vw;
color: white;
}
.centered {
position: fixed;
width: 100%;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
}
#heading {
z-index: 100;
text-align: center;
}
h1 {
font-size: 10vw;
}
p {
position: relative;
margin-top: -8%;
font-size: 5vw;
font-style: italic;
}
#mistle {
position: fixed;
width: 70%;
top: 85%;
left: 50%;
transform: translate(-50%, -50%);
}
#baubles {
width: 100%;
padding: 0px;
margin: 0px;
}
svg {
padding: 0;
margin: 0;
}
.svg-container {
display: inline-block;
position: relative;
width: 10%;
margin-left: 6.5%;
}