-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.css
More file actions
89 lines (75 loc) · 1.52 KB
/
index.css
File metadata and controls
89 lines (75 loc) · 1.52 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
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*space mono css classes. (examples)*/
/*.space-mono-regular {
font-family: "Space Mono", monospace;
font-weight: 400;
font-style: normal;
}
.space-mono-bold {
font-family: "Space Mono", monospace;
font-weight: 700;
font-style: normal;
}
.space-mono-regular-italic {
font-family: "Space Mono", monospace;
font-weight: 400;
font-style: italic;
}
.space-mono-bold-italic {
font-family: "Space Mono", monospace;
font-weight: 700;
font-style: italic;
}
*/
ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
list-style-type: none;
}
li {
margin-right: 100px;
}
.top-text {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: "Space Mono", monospace;
font-weight: 700;
font-style: normal;
}
#top-button {
border-radius: 2rem;
border-color: black;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
font-family: "Space Mono", monospace;
font-weight: 400;
font-style: normal;
}
.games-tb, .proxy-tb {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
cursor: pointer;
}
a:active {
transform: scale(0.95);
}
header {
margin-top: 7rem;
}
.top-buttons {
margin-top: 2rem;
}