From d6cf544abcb1d1af3ef8fcb1d2ffa82794818ca5 Mon Sep 17 00:00:00 2001 From: klikev Date: Sun, 1 Sep 2024 20:05:11 +0200 Subject: [PATCH] cooked --- css/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/layout.css b/css/layout.css index 9a9be4d..edf57a7 100644 --- a/css/layout.css +++ b/css/layout.css @@ -26,6 +26,7 @@ body{ #fuchs { position: relative; bottom: -400px; + z-index: 59; } #fuchs img{ width: 200px; @@ -34,6 +35,7 @@ body{ } #enemy img{ width: 220px; + z-index: 51; } #enemy{ position: relative; @@ -79,6 +81,7 @@ body{ padding-left: 100px; font-size: 30px; width: 10%; + z-index: 59; } #hitbox1, #hitbox2{ width: 50px;