coooooked

This commit is contained in:
klikev 2024-09-01 20:15:12 +02:00
parent d6cf544abc
commit 02bfc04ef6

View File

@ -91,18 +91,20 @@ body{
{ {
width: 200px; width: 200px;
height: 100px; height: 100px;
position: fixed; position: relative;
left: 45%; left: 40%;
top: -10%;
display:none; display:none;
background-color: orange; background-color: orange;
border-radius: 15px; border-radius: 15px;
outline: 8px solid black; outline: 8px solid black;
} }
#winText, #loseText{ #winText, #loseText{
width: 30%;
display: none; display: none;
position: fixed; position: relative;
text-align: center; text-align: center;
top: 20%; top: -15%;
left: 35%; left: 35%;
background-color: white; background-color: white;
border-radius: 15px; border-radius: 15px;