-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (103 loc) · 1.72 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
@import url('https://fonts.cdnfonts.com/css/nougat');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
* {
margin: 0;
padding: 0;
user-select: none;
font-family: "Lilita One", sans-serif;
font-weight: 10px;
}
body {
color: white;
}
header {
display: flex;
justify-content: center;
}
.Logo, .Top_menu {
margin-right: 20px;
display: inline-block;
vertical-align: middle;
}
.Top_menu li {
margin-right: 20px;
display: inline-block;
vertical-align: middle;
}
.Top_menu a{
vertical-align: middle;
font-family: "Lilita One", sans-serif;
font-size: 15px;
color: white;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
transition: all 0.5s ease;
}
.Logo h1{
vertical-align: middle;
font-family: 'Nougat', sans-serif;
}
.Top_menu a:hover {
transform: scale(1.1);
}
.text {
position: relative;
font-size: 100px;
font-family: "Lilita One", sans-serif;
top: 200px;
}
.Project {
font-size: 30px;
position: relative;
top: 150px;
}
.audio1 {
position: relative;
top: 120px;
right: 10px;
}
.audio2 {
position: relative;
top: 170px;
right: 10px;
font-size: 30px;
}
.audio3 {
position: relative;
top: 50px;
}
.andmore {
position: relative;
top: 180px;
font-size: 90px;
}
.wicik {
position: relative;
left: 50px;
top: 200px;
}
.wiciktext {
position: relative;
top: 220px;
left: 80px;
}
.froze {
position: relative;
top: 280px;
left: 50px
}
.frozetext {
font-size: 30px;
position: relative;
left: 89px;
top: 300px;
}
.GG {
font-size: 100px;
}