-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (95 loc) · 1.51 KB
/
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body {
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: "Roboto";
list-style: none;
box-sizing: border-box;
background: #000;
}
nav {
position: fixed;
z-index: 100;
height: 8vh;
width: 96%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 30px;
}
.logo {
color: #fff;
font-weight: 600;
font-size: 16px;
}
nav .nav-links ul {
display: flex;
flex-direction: row;
}
nav .nav-links ul li {
padding: 0 4px;
list-style: none;
}
nav .nav-links ul li img {
transform: scale(0.45);
}
section {
height: 100vh;
overflow: hidden;
}
.bg img {
width: 110vw;
height: 110vh;
filter: brightness(0.6);
}
.rock1 {
position: absolute !important;
left: 10vw !important;
top: 20vh !important;
}
.rock1 img {
width: 40%;
filter: brightness(0.5);
}
.text h1 {
font-family: "AlphaCentauri" !important;
font-size: 5vw;
color: #fff;
letter-spacing: 20px;
position: absolute;
top: 35vh;
left: 34vw;
}
.earth img {
width: 400px;
height: 400px;
position: absolute;
left: 34vw;
top: 25vh;
z-index: 1;
filter: brightness(0.7);
}
.mid {
left: -150px !important;
bottom: -100px !important;
top: unset !important;
}
.mid img {
width: 100%;
z-index: 2;
left: -20px;
top: 20vh !important;
filter: brightness(0.8);
}
.fore {
right: -50px !important;
bottom: -200px !important;
top: 0px !important;
left: unset !important;
}
.fore img {
width: 400px;
height: 110vh;
z-index: 3;
filter: brightness(0.5);
}