From a2d1788abe7ae45d4220b3fd29429ad1551e9626 Mon Sep 17 00:00:00 2001 From: nouwushka Date: Sat, 1 Aug 2026 05:20:19 +0200 Subject: [PATCH] shit --- index.html | 16 ++++++++-------- just.css | 25 ++++++++++++++++--------- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index de357f4..0eaf22b 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ -
+
     ▄▄▀▄▄
 ▄▄▀▀  ▓  ▀▀▄▄
@@ -18,7 +18,8 @@
       ▀
       	
-
+

FREEDOM OF THE MIND

-
- My contact: - - Matrix -
@own:freespace.pw
- Mail -
@freespace.pw
+ + diff --git a/just.css b/just.css index fe5e195..66bab3c 100644 --- a/just.css +++ b/just.css @@ -7,23 +7,31 @@ html, body { } h1 { - color: #b2b2b2 ; + color: #d3130c ; letter-spacing: 3px; - padding: 80px; + padding: 40px; text-align: center; + align-items: center; + text-shadow: 0 0 10px #d3130c; } -h1:hover { - color: white; - font-size: 50px; + +.contact { + font-size: 25px; + text-align: center; + padding: 40px; } + a { color: #a34adb; + text-decoration: none; +} +a:hover { + color: #b72fb5; } - -.bg-test { +.bg-ascii { position: fixed; inset: 0; display: flex; @@ -34,8 +42,7 @@ a { user-select: none; pointer-events: none; } - -.bg-test pre { +.bg-ascii pre { margin: 0; white-space: pre; line-height: 1;