File tree 2 files changed +29
-3
lines changed
2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 13
13
< title > LARS</ title >
14
14
</ head >
15
15
< body >
16
- < div class ="center blink ">
17
- < h1 > Ludicrous Adventures of Ridiculous Shenanigans</ h1 >
18
- < h1 > #1 CTF team</ h1 >
16
+ < div class ="page ">
17
+ < div class ="center blink ">
18
+ < h1 > Ludicrous Adventures of Ridiculous Shenanigans</ h1 >
19
+ < h1 > #1 CTF team</ h1 >
20
+ </ div >
21
+ </ div >
22
+ < div class ="page ">
23
+ < ul class ="center blink ">
24
+ < li > < a href ="https://github.com/larsvommars "> LARSVOMMARS</ li >
25
+ < li > < a href ="https://github.com/marvinborner "> MARWYNTHEMAGE</ li >
26
+ < li > < a href ="https://github.com/AnyUnderstanding "> ANYUNDERSTANDING</ li >
27
+ < li > < a href ="https://github.com/maytastico "> MAYTASTICO</ li >
28
+ < li > < a href ="https://github.com/pherkel "> PHERKEL</ li >
29
+ < li > < a href ="https://github.com/r1vers0ng "> LINEA</ li >
30
+ </ ul >
19
31
</ div >
20
32
< div id ="bg " class ="bg "> </ div >
21
33
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /particles.min.js "
> </ script >
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ html, body {
5
5
margin : 0 ;
6
6
text-align : center;
7
7
font-size : 42px ;
8
+ font-family : 'Courier New' , Courier, monospace;
8
9
}
9
10
10
11
.center {
@@ -39,6 +40,19 @@ html, body {
39
40
left : 0 ;
40
41
}
41
42
43
+ .page {
44
+ height : 100vh ;
45
+ position : relative;
46
+ }
47
+
48
+ ul , li , ol {
49
+ list-style : none;
50
+ }
51
+
52
+ a : link , a : visited {
53
+ color : # fff ;
54
+ }
55
+
42
56
@media (prefers-reduced-motion : reduce) {
43
57
.blink {
44
58
animation : none;
You can’t perform that action at this time.
0 commit comments