-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (51 loc) · 769 Bytes
/
style.css
File metadata and controls
55 lines (51 loc) · 769 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
svg {
display: block;
margin: 0 auto;
overflow: visible;
width:667px;
height:326px;
}
svg, img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:auto;
}
body {
background: #333;
text-align:center;
color:#ccc;
font-family:Brandon Grotesque, 'sans-serif';
display: flex;
justify-content: center;
align-items: center;
margin: 0;
height: 100vh;
flex-direction: column;
}
button {
padding:6px;
font-size:22px;
}
.nav{
margin:30px;
font-size:18px;
}
.end{
display: none;
}
.final{
opacity: 0;
}
#start{
position: absolute;
}
.final image,
.start{
/*position: absolute;*/
top: 0;
left: 0;
/*transform: translate(-50%, -50%);*/
}