This commit is contained in:
2026-08-01 05:20:19 +02:00
parent edc3b819b5
commit a2d1788abe
2 changed files with 24 additions and 17 deletions
+8 -8
View File
@@ -10,7 +10,7 @@
<link rel="icon" href="img/favicon.png" type="image/png"> <link rel="icon" href="img/favicon.png" type="image/png">
</head> </head>
<body> <body>
<div class="bg-test"> <div class="bg-ascii">
<pre> <pre>
▄▄▀▄▄ ▄▄▀▄▄
▄▄▀▀ ▓ ▀▀▄▄ ▄▄▀▀ ▓ ▀▀▄▄
@@ -18,7 +18,8 @@
</pre> </pre>
</div> </div>
<div class="bg-test" style="color: #3f0000; font-size: 20px"> <!--
<div class="bg-ascii" style="color: #3f0000; font-size: 20px">
<pre> <pre>
╔══ ══╗ ╔══ ══╗
@@ -31,13 +32,12 @@
╚══ ══╝ ╚══ ══╝
</pre> </pre>
</div> </div> -->
<h1>FREEDOM OF THE MIND</h1> <h1>FREEDOM OF THE MIND</h1>
<div>
My contact: <div class="contact">
Matrix <a>@jenni:freespace.pw</a> <br>
Matrix - <div class="contact">@own:freespace.pw</div> Mail <a>jenni@freespace.pw</a>
Mail - <div class="contact">@freespace.pw</div>
</div> </div>
</body> </body>
</html> </html>
+16 -9
View File
@@ -7,23 +7,31 @@ html, body {
} }
h1 { h1 {
color: #b2b2b2 ; color: #d3130c ;
letter-spacing: 3px; letter-spacing: 3px;
padding: 80px; padding: 40px;
text-align: center; text-align: center;
align-items: center;
text-shadow: 0 0 10px #d3130c;
} }
h1:hover {
color: white; .contact {
font-size: 50px; font-size: 25px;
text-align: center;
padding: 40px;
} }
a { a {
color: #a34adb; color: #a34adb;
text-decoration: none;
}
a:hover {
color: #b72fb5;
} }
.bg-ascii {
.bg-test {
position: fixed; position: fixed;
inset: 0; inset: 0;
display: flex; display: flex;
@@ -34,8 +42,7 @@ a {
user-select: none; user-select: none;
pointer-events: none; pointer-events: none;
} }
.bg-ascii pre {
.bg-test pre {
margin: 0; margin: 0;
white-space: pre; white-space: pre;
line-height: 1; line-height: 1;