forked from kxtzownsu/KVS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (62 loc) · 1.14 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
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk&family=Sofia+Sans&family=Exo:wght@500&display=swap");
body {
position: relative;
background-color: #1b1b29;
color: #cba6f7;
margin: 0;
padding: 0;
font-family: "Exo", sans-serif;
text-align: center;
justify-content: center;
align-items: center;
min-height: 100vh;
}
a {
color: #F7A6E8;
}
a:visited {
color: #B0A6F7;
}
code {
background-color: #11111b;
color: #a6e3a1;
padding: 0.2%;
}
.header {
position: relative;
margin: 0;
width: 100%;
text-align: center;
color: #cba6f7;
background-color: #1e1e2e;
}
.header h1 {
font-size: 10vw;
padding-top: 3%;
margin: 0;
font-family: "Sofia Sans", sans-serif;
}
.header p{
padding-bottom: 3%;
}
h3 {
font-family: "Space Grotesk", monospace;
font-size: 50px;
}
.main {
background-color: #1b1b29;
height: 100vh;
margin-left: 3%;
margin-right: 3%;
margin-bottom: 3%;
}
#particles-js {
position: absolute;
top: 0;
left: 0;
width: 100%; /* Match width of .header */
height: 100%; /* Match height of .header */
padding: 0;
z-index: -1;
background-color: transparent;
}