File tree 3 files changed +35
-10
lines changed
3 files changed +35
-10
lines changed Original file line number Diff line number Diff line change 15
15
< body >
16
16
< div class ="page ">
17
17
< div class ="center blink ">
18
- < h1 > Ludicrous Adventures of Ridiculous Shenanigans</ h1 >
19
- < h1 > #1 CTF team</ h1 >
18
+ < p > Ludicrous Adventures of Ridiculous Shenanigans</ p >
19
+ < p > #1 CTF team</ p >
20
20
</ div >
21
+ < small class ="note "> SCROLL</ small >
21
22
</ div >
22
23
< div class ="page ">
23
24
< 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 >
25
+ < li > < a href ="https://github.com/larsvommars "> LARSVOMMARS</ a > </ li >
26
+ < li > < a href ="https://github.com/marvinborner "> MARWYNTHEMAGE</ a > </ li >
27
+ < li >
28
+ < a href ="https://github.com/AnyUnderstanding "> ANYUNDERSTANDING</ a >
29
+ </ li >
30
+ < li > < a href ="https://github.com/maytastico "> MAYTASTICO</ a > </ li >
31
+ < li > < a href ="https://github.com/pherkel "> PHERKEL</ a > </ li >
32
+ < li > < a href ="https://github.com/r1vers0ng "> LINEA</ a > </ li >
30
33
</ ul >
31
34
</ div >
35
+ < div class ="page colored ">
36
+ < div class ="center blink ">
37
+ < h1 > SOCIAL</ h1 >
38
+ < ul >
39
+ < li > < a href ="https://gpn21.ctf.kitctf.de/teams/194 "> KITCTF</ a > </ li >
40
+ < li > < a href ="https://github.com/lars-ctf "> GITHUB</ a > </ li >
41
+ </ ul >
42
+ </ div >
43
+ </ div >
32
44
< div id ="bg " class ="bg "> </ div >
33
45
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /particles.min.js "
> </ script >
34
46
< script src ="script.js "> </ script >
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ html, body {
4
4
padding : 0 ;
5
5
margin : 0 ;
6
6
text-align : center;
7
- font-size : 42 px ;
7
+ font-size : 69 px ;
8
8
font-family : 'Courier New' , Courier, monospace;
9
+ font-weight : bold;
9
10
}
10
11
11
12
.center {
@@ -34,7 +35,7 @@ html, body {
34
35
.bg {
35
36
z-index : 1 ;
36
37
width : 100% ;
37
- height : 100 % ;
38
+ height : 200 vh ;
38
39
position : absolute;
39
40
top : 0 ;
40
41
left : 0 ;
@@ -45,6 +46,18 @@ html, body {
45
46
position : relative;
46
47
}
47
48
49
+ .note {
50
+ position : absolute;
51
+ bottom : 0 ;
52
+ left : 0 ;
53
+ right : 0 ;
54
+ font-size : 28px ;
55
+ }
56
+
57
+ .colored {
58
+ background-color : pink;
59
+ }
60
+
48
61
ul , li , ol {
49
62
list-style : none;
50
63
}
You can’t perform that action at this time.
0 commit comments