Kevin hat gecooked

This commit is contained in:
klikev
2024-09-01 19:58:05 +02:00
parent 76b4fdb33c
commit ba4bd93f03
3 changed files with 47 additions and 5 deletions

View File

@@ -36,9 +36,10 @@ body{
width: 220px;
}
#enemy{
position: fixed;
top: 20px;
right: 30px;
position: relative;
width: 20%;
float: right;
z-index: 50;
}
#enemyZahl{
text-align: center;
@@ -90,4 +91,17 @@ body{
position: fixed;
left: 45%;
display:none;
background-color: orange;
border-radius: 15px;
outline: 8px solid black;
}
#winText, #loseText{
display: none;
position: fixed;
text-align: center;
top: 20%;
left: 35%;
background-color: white;
border-radius: 15px;
outline: 8px solid black;
}