-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.css
More file actions
110 lines (98 loc) · 2.18 KB
/
Copy pathglobal.css
File metadata and controls
110 lines (98 loc) · 2.18 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
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
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap');
body {
color: white;
background: rgb(12,12,12);
background: linear-gradient(0deg, rgb(12, 12, 12) 50%, rgb(15, 15, 15));
background-repeat: no-repeat;
font-family: 'Sora';
margin: 0;
height: 97.5vh;
padding: 0;
scroll-behavior: smooth;
}
.navbar {
background-color: rgba(10, 16, 29, 0.589);
backdrop-filter: blur(2px);
text-decoration: none;
height: 4rem;
display: flex;
align-items: center;
box-shadow: 1px 1px 80px black;
position: relative;
top: 3px;
margin: 1rem;
}
.bold {
justify-content: initial!important;
padding-left: 3.5rem;
font-weight: 580;
letter-spacing: 2.75px;
font-family: 'Sora';
}
.navbar li {
list-style-type: none;
display: inline;
padding: .60rem;
transition: all .15s ease-in-out;
width: -webkit-fill-available;
}
.navbar ul {
margin: 0;
padding-right: 3.5rem;
display: flex;
letter-spacing: 1px;
justify-content: right;
}
.navbar li a {
color: white;
text-decoration: none;
}
.bold:hover {
transform: scale(1.25);
}
ul li:hover {
transform: scale(1.25);
}
@media only screen and (max-width: 900px) {
.navbar {
margin: 0;
width: auto;
justify-content: center;
}
.bold {
padding: 6.1px;
display: none;
}
.navbar li {
width: initial;
padding: 1.1px;
}
h1#plzhelpiwannagohome {
position: absolute!important;
left: 63%!important;
transform: translateX(-62%) scale(0.85)!important;
font-size: 47px;
width: 100%!important;
text-align: center!important;
}
.links li:nth-child(1) {
left: 48%;
top: 25%;
}
.links li:nth-child(4) {
left: 48%;
top: 35%;
}
.links li:nth-child(3) {
left: 48%;
top: 45%;
}
.links li:nth-child(2) {
left: 48%;
top: 55%;
}
.links li:nth-child(5) {
left: 48%;
top: 65%;
}
}