-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (47 loc) · 730 Bytes
/
style.css
File metadata and controls
58 lines (47 loc) · 730 Bytes
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
html {
font-family: 'Varela Round', sans-serif;
background-color: #111111;
color: #eeeeee;
}
body {
display: flex;
justify-content: center;
}
.container {
background-color: #222222;
width: 800px;
border-radius: 8px;
border-left: 16px solid #222222;
border-right: 16px solid #222222;
}
.title {
font-size: 64px;
text-align: center;
height: 70px;
width: 800px;
}
.subtitle {
font-size: 16px;
text-align: center;
height: 20px;
width: 800px;
}
.topicidk {
color: #d98448;
}
.loadericon {
width: 16px;
height: 16px;
}
a:link {
color: #c27036;
}
a:visited {
color: #c27036;
}
a:hover {
color: #ba6122;
}
a:active {
color: #994a11;
}