-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (36 loc) · 662 Bytes
/
style.css
File metadata and controls
42 lines (36 loc) · 662 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
*,
::after,
::before {
box-sizing: border-box;
}
html {
background: #000000
url(https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/items/250900/e45a1c8ddd6a1ec1f69c317b6807fc7f30217098.png)
no-repeat center bottom fixed;
background-size: cover;
}
body {
text-align: center;
}
main {
display: flex;
flex-direction: column;
justify-content: center;
}
#middle-content a {
color: #cecece;
display: inline-block;
padding: 3px;
}
#bottom-content {
opacity: 0.84;
padding-top: 42px;
}
.icon {
display: inline-block;
width: 3em;
height: 3em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}