From 73ada98fb48514c51bd3e4b50c1d66ee2772870e Mon Sep 17 00:00:00 2001 From: Radiohotline Date: Tue, 17 Feb 2026 11:04:50 +0000 Subject: fix eyes and other css errors --- index.html | 59 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 23 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 8d482da..6001933 100644 --- a/index.html +++ b/index.html @@ -38,13 +38,13 @@ #two a:nth-child(2)::after { bottom: 2%; left: 8%; - height: 10%; + height: 10%; } #two a:nth-child(3)::after { bottom: 0px; left: 0px; - width: 105%; + width: 105%; height: 45%; } @@ -58,26 +58,24 @@ bottom: 5%; left: 5%; height: 55%; - width: 102%; + width: 102%; } .eye { - width: 2.4vw; - height: 2.4vw; - background: rgb(209, 209, 209); + background: rgb(212, 212, 212); border-radius: 50%; - position: relative; + position: absolute; display: inline-block; - margin: 20px; + margin: 0; overflow: hidden; z-index: 2; } .white { width: 100%; - height: 60%; - box-shadow: 0px 0px 10px 3px white; - background: white; + height: 50%; + box-shadow: 0px 0px 7px 3px rgb(230, 230, 230); + background: rgb(230, 230, 230); border-radius: 50%; position: absolute; top: 70%; @@ -87,8 +85,8 @@ } .pupil { - width: 0.63vw; - height: 0.63vw; + width: 25%; + aspect-ratio: 1 / 1; background: rgb(17, 17, 17); border-radius: 50%; position: absolute; @@ -98,12 +96,25 @@ z-index: 2; } + .shine { + width: 17%; + aspect-ratio: 1 / 1; + background: rgba(255, 255, 255, 0.6); + box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.6); + border-radius: 50%; + position: absolute; + top: 25%; + left: 70%; + transform: translate(-50%, -50%); + z-index: 3; + } + .logo { text-align: center; top: 0; left: 0; position: fixed; - margin: 40px; + margin: 20px 40px; } .logo img { @@ -125,37 +136,39 @@
- +
- + - +
- + - +
-- cgit v1.3