File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 4
4
background-color : # 111111 ;
5
5
padding : 10px ;
6
6
display : block;
7
+ font-family : 'Rubik' ;
8
+ color : # dddddd ;
9
+ }
10
+
11
+ a {
12
+ color : # dddddd ;
7
13
}
14
+
8
15
body {
9
16
width : calc ( 100% - 44px );
10
17
height : calc ( 100% - 44px );
@@ -21,10 +28,39 @@ body {
21
28
border-color : # 5f5f5f ;
22
29
-webkit-filter : drop-shadow (2px 4px 6px # 000000 );
23
30
}
31
+
32
+ div {
33
+ position : fixed;
34
+ top : 50% ;
35
+ left : 50% ;
36
+ translate : -50% -50% ;
37
+ display : flex;
38
+ flex-direction : column;
39
+ flex-wrap : nowrap;
40
+ align-content : center;
41
+ justify-content : center;
42
+ align-items : center;
43
+ gap : 10px ;
44
+ }
45
+
24
46
h1 {
25
47
display : block;
26
48
font-size : 20px ;
27
49
margin : 0px ;
28
50
color : # dddddd ;
29
51
text-align : center;
30
52
}
53
+
54
+ .r {
55
+ text-align : center;
56
+ font-size : 18px ;
57
+ }
58
+ .r small {
59
+ font-size : 14px ;
60
+ opacity : 0.5 ;
61
+ }
62
+
63
+ .d a {
64
+ filter : drop-shadow (0px 0px 7px # dddddd99 );
65
+ -webkit-filter : drop-shadow (0px 0px 7px # dddddd99 );
66
+ }
You can’t perform that action at this time.
0 commit comments