-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
113 lines (97 loc) · 1.96 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
111
112
113
@import url('https://fonts.googleapis.com/css2?family=Roboto: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323');
#particles-js {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
* {
font-family:Roboto;
}
.fortheloveofgodstopmakingitbold {
font-weight: 400;
}
h1, h2, h3, h4, p1, p2, p3, p4 {
color: white;
align-content: center;
text-align: center;
text-shadow: 1px 2px 4px #0a0046;
}
a {
color: #c7c8ff;
text-decoration: none;
}
a:hover {
color: #727fff;
filter: drop-shadow(0 0px 4px #3b3d7c);
}
.main {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: auto;
flex-direction: column;
gap: 10px;
}
.flexboxing {
display: flex;
justify-content:center;
gap: 20px;
}
.coolcontainer {
border: 1px solid #a5abff;
box-shadow: 0 0 12px 5px #1d1d31;
background-color:rgb(15, 15, 30);
width: 350px;
padding: 20px;
border-radius: 10px;
align-self: center;
align-content: center;
}
.wrap {
display: flex;
text-align: center;
padding: 4px;
}
.container .steam, .container .github, .container .discord {
display: inline-block;
padding: 10px;
padding-left: 25px;
}
.gradientbyeoon {
background: linear-gradient(to right, #727fff, #1923b4);
color: transparent;
background-clip: text;
display: inline-block;
font-weight: bold;
}
body {
background-color: rgb(32, 32, 53);
background-image: url("img/bg2.png");
background-position: center;
background-blend-mode: overlay;
position: sticky;
top: 0;
margin: 0;
padding: 0;
overflow: auto;
}
.header {
font-family: "VT323", sans-serif;
font-size: 250%;
margin: -5px;
font-weight: 500;
font-style: normal;
text-align: center;
}
span {
font-weight: 500;
font-size: 200%;
font-style: bold;
text-align: center;
color: white;
}