Skip to content

Commit a366460

Browse files
committed
MONO
1 parent 31f11fd commit a366460

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

index.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,21 @@
1313
<title>LARS</title>
1414
</head>
1515
<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>
1931
</div>
2032
<div id="bg" class="bg"></div>
2133
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>

style.css

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ html, body {
55
margin: 0;
66
text-align: center;
77
font-size: 42px;
8+
font-family: 'Courier New', Courier, monospace;
89
}
910

1011
.center {
@@ -39,6 +40,19 @@ html, body {
3940
left: 0;
4041
}
4142

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+
4256
@media (prefers-reduced-motion: reduce) {
4357
.blink {
4458
animation: none;

0 commit comments

Comments
 (0)