From edc3b819b56b097a17ab8e9be6b5bca90d180ce9 Mon Sep 17 00:00:00 2001 From: nouwushka Date: Sat, 1 Aug 2026 04:17:50 +0200 Subject: [PATCH] just i try anytype --- index.html | 21 ++++++++++++++++++++- just.css | 13 +++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7c3f013..de357f4 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,26 @@ ▀ +
+
+
+╔══               ══╗
+║                   ║
+
+
+
+
+║                   ║
+╚══               ══╝
+
+	
+

FREEDOM OF THE MIND

-
FreeSpace.pw
+
+ My contact: + + Matrix -
@own:freespace.pw
+ Mail -
@freespace.pw
+
diff --git a/just.css b/just.css index 5843420..fe5e195 100644 --- a/just.css +++ b/just.css @@ -3,13 +3,21 @@ html, body { width: 100%; height: 100%; overflow: hidden; + background: #000; } h1 { + color: #b2b2b2 ; + letter-spacing: 3px; padding: 80px; text-align: center; } +h1:hover { + color: white; + font-size: 50px; +} + a { color: #a34adb; } @@ -19,9 +27,10 @@ a { position: fixed; inset: 0; display: flex; - align-items: center; + align-items: center; + /* padding: 20px; */ justify-content: center; - color: #fff; + color: #630101; user-select: none; pointer-events: none; }