Skip to content

Commit 3faff01

Browse files
Update style.css
1 parent 5feb782 commit 3faff01

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/redirect/style.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ html {
44
background-color: #111111;
55
padding: 10px;
66
display: block;
7+
font-family: 'Rubik';
8+
color: #dddddd;
9+
}
10+
11+
a {
12+
color: #dddddd;
713
}
14+
815
body {
916
width: calc( 100% - 44px );
1017
height: calc( 100% - 44px );
@@ -21,10 +28,39 @@ body {
2128
border-color: #5f5f5f;
2229
-webkit-filter: drop-shadow(2px 4px 6px #000000);
2330
}
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+
2446
h1 {
2547
display: block;
2648
font-size: 20px;
2749
margin: 0px;
2850
color: #dddddd;
2951
text-align: center;
3052
}
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+
}

0 commit comments

Comments
 (0)