-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (73 loc) · 1.21 KB
/
Copy pathstyle.css
File metadata and controls
84 lines (73 loc) · 1.21 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-image: url(./images/63abe2eba3af7.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
overflow: hidden;
}
#launcher {
position: absolute;
bottom: -100px;
right: 0;
display: grid;
grid-template-rows: 4fr 1fr;
z-index: 0;
/* display: flex;
flex-direction: column;
align-items: center; */
}
#rocket {
bottom: 0;
left: 50%;
height: 350px;
}
.control {
position: fixed;
background-color: teal;
width: 200px;
height: 50%;
bottom: 0;
display: grid;
grid-template-rows: 1fr 1fr 1fr;
justify-content: center;
align-items: center;
border-radius: 0 3rem 0 0;
}
#fcontainer {
position: relative;
top: -10px;
justify-self: center;
display: none;
}
.fire {
rotate: 180deg;
position: relative;
}
#firemiddle {
top: -20px;
}
#fleft {
left: 5px;
bottom: 15px;
}
#fright {
right: 3px;
bottom: 15px;
}
video {
display: none;
position: absolute;
left: 0;
top: 0;
z-index: -1;
border-radius: 50%;
width: 30rem;
}
audio{
position: absolute;
}