From 092922dedc13a29c84544e760bf64cf7076da0cd Mon Sep 17 00:00:00 2001 From: nouwushka Date: Sat, 1 Aug 2026 01:10:50 +0200 Subject: [PATCH] Add: css, add: art, meow --- index.html | 19 +++++++++++++------ just.css | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 6 deletions(-) create mode 100644 just.css diff --git a/index.html b/index.html index 3f61656..7c3f013 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,24 @@ - - + + uwu.dev - - -

DEPLOY TEST...

- + +
+
+    ▄▄▀▄▄
+▄▄▀▀  ▓  ▀▀▄▄
+  ▀▀▀▄ ▄▀▀▀
+      ▀
+      	
+
+

FREEDOM OF THE MIND

+
FreeSpace.pw
diff --git a/just.css b/just.css new file mode 100644 index 0000000..f39dfff --- /dev/null +++ b/just.css @@ -0,0 +1,33 @@ +html, body { + margin: 0; + width: 100%; + height: 100%; + overflow: hidden; +} + +h1 { + +} + +a { + +} + + +.bg-test { + position: fixed; + inset: 0; + display: flex; + padding: 20px; + justify-content: center; + color: #fff; + user-select: none; + pointer-events: none; +} + +.bg-test pre { + margin: 0; + white-space: pre; + line-height: 1; + font-size: 2vw; +}