Kevin hat gecooked
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user