-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
58 lines (57 loc) · 1.09 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
.mh {
font-family: "Space Mono";
text-align: center;
}
.mn {
font-family: "Space Grotesk";
text-align: center;
}
.main {
background-color: rgba(95, 95, 95, 0.151);
height: 600px;
width: 600px;
border-radius: 16px;
box-shadow: rgb(61, 61, 61) 0px 0px 300px 1px;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.links {
border: none;
border-radius: 8px;
text-align: center !important;
text-decoration: none;
color: black;
font-family: "Lexend";
background-color: rgb(208, 208, 208);
position: fixed;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 333.5px;
height: 30px;
font-size: 20px;
margin-top: 15px;
transition: 0.2s;
}
.links:hover {
background-color: rgb(184, 184, 184);
font-size: 21px;
width: 336.5px;
height: 33px;
}
.stuff {
text-align: center !important;
font-family: "Lexend";
}
a {
text-decoration: none;
color: black;
font-family: "Lexend";
}
.h2 {
text-align: center;
font-family: "Space Grotesk";
}