From d467386647277a2b3c40bc149d97c699903b68d3 Mon Sep 17 00:00:00 2001 From: Radiohotline Date: Mon, 16 Feb 2026 20:28:16 +0000 Subject: responsiveness --- index.html | 88 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 40 insertions(+), 48 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index d0af3fa..8d482da 100644 --- a/index.html +++ b/index.html @@ -26,49 +26,44 @@ } #one a:nth-child(1)::after { - width: 0px; - height: 0px; - background: rgba(0,0,0,0); + background: none; } #two a:nth-child(1)::after { - bottom: 40px; - left: 40px; - width: 300px; - height: 100px; + bottom: 10%; + left: 10%; + height: 30%; } #two a:nth-child(2)::after { - bottom: 10px; - left: 30px; - width: 200px; - height: 50px; + bottom: 2%; + left: 8%; + height: 10%; } #two a:nth-child(3)::after { bottom: 0px; left: 0px; - width: 350px; - height: 150px; + width: 105%; + height: 45%; } #three a:nth-child(1)::after { - bottom: 10px; - left: 0px; - width: 200px; - height: 70px; + bottom: 5%; + left: 0%; + height: 40%; } - #three a:nth-child(3)::after { - bottom: 10px; - left: 10px; - width: 250px; - height: 80px; + #three a:nth-child(2)::after { + bottom: 5%; + left: 5%; + height: 55%; + width: 102%; } .eye { - width: 40px; - height: 40px; + width: 2.4vw; + height: 2.4vw; background: rgb(209, 209, 209); border-radius: 50%; position: relative; @@ -79,8 +74,8 @@ } .white { - width: 40px; - height: 20px; + width: 100%; + height: 60%; box-shadow: 0px 0px 10px 3px white; background: white; border-radius: 50%; @@ -92,8 +87,8 @@ } .pupil { - width: 10px; - height: 10px; + width: 0.63vw; + height: 0.63vw; background: rgb(17, 17, 17); border-radius: 50%; position: absolute; @@ -112,16 +107,15 @@ } .logo img { - width: 550px; + width: 28vw; } .logo img:hover { - width: 650px; + width: 33vw; } p { color: white; - font-size: large; } @@ -131,39 +125,37 @@
- +
- + - - -
+
- - -
+ - +
@@ -181,12 +173,12 @@

about * sitemap * guestbook

-
+

Updates

-
    -
  • 16/02/26 - New site design
  • -
  • 04/02/26 - Added Bluesky link
  • +
      +
    • 16/02/26 - New site design
    • +
    • 04/02/26 - Added Bluesky link
    • 12/01/26 - Added tor and i2p mirrors
    • 10/01/26 - Added The Black Tower to /books
    -- cgit v1.3