-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (71 loc) · 1.21 KB
/
style.css
File metadata and controls
81 lines (71 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
body {
overflow: hidden;
margin: 0;
font-family: "Limelight", sans-serif;
text-rendering: optimizeLegibility;
}
.well {
position: relative;
overflow: hidden;
transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}
#logo {
width: 1200px;
height: 220px;
object-fit: cover;
}
.panel {
position: relative;
height: 100vh;
overflow: hidden;
padding: 1em;
box-sizing: border-box;
color: white;
cursor: default;
}
/* .myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
} */
.panel:nth-child(1) {
background-image: url("images/background/milkyway.jpg");
background-size: cover;
}
.container {
height: 800px;
display: flex;
justify-content: space-evenly;
align-items: center;
background-size: cover;
}
#rain,
#fire,
#wave {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.box {
height: 50vh;
display: flex;
flex-direction: column;
align-items: center;
}
.btn-img {
height: 300px;
padding: 1em;
}
#rainbg,
#firebg,
#wavebg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
}