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;
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;