diff --git a/index.html b/index.html index 575ffc8..f4dec75 100644 --- a/index.html +++ b/index.html @@ -165,6 +165,7 @@ /*maybe move this into the cat later*/ #cat-glow { + background: radial-gradient(circle, rgba(255,230,100,0.9) 0%, rgba(255,230,100,0.15) 75%, rgba(0,0,0,0) 100%); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -60%); /* feinjustieren */ @@ -181,10 +182,6 @@ position: relative; z-index: } - #cat-glow { - background: radial-gradient(circle, rgba(255,230,100,0.9) 0%, rgba(255,230,100,0.15) 75%, rgba(0,0,0,0) 100%); - /* Größe und Farbe kannst du per JS dynamisch ändern! */ - }
@@ -240,8 +237,8 @@ - -
+