From 02bfc04ef61a273e80215eddb4f476b84c504edf Mon Sep 17 00:00:00 2001 From: klikev Date: Sun, 1 Sep 2024 20:15:12 +0200 Subject: [PATCH] coooooked --- css/layout.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/layout.css b/css/layout.css index edf57a7..a9b518b 100644 --- a/css/layout.css +++ b/css/layout.css @@ -91,18 +91,20 @@ body{ { width: 200px; height: 100px; - position: fixed; - left: 45%; + position: relative; + left: 40%; + top: -10%; display:none; background-color: orange; border-radius: 15px; outline: 8px solid black; } #winText, #loseText{ + width: 30%; display: none; - position: fixed; + position: relative; text-align: center; - top: 20%; + top: -15%; left: 35%; background-color: white; border-radius: 15px;