restartbutton

This commit is contained in:
Jan Breitkreuz 2024-09-01 19:20:47 +02:00
parent 571e2108d1
commit 76b4fdb33c
2 changed files with 10 additions and 0 deletions

View File

@ -83,3 +83,11 @@ body{
width: 50px;
height: 10px;
}
#restartButton
{
width: 200px;
height: 100px;
position: fixed;
left: 45%;
display:none;
}

View File

@ -34,6 +34,8 @@
<img src="pics/enemy_1.png" alt="Gegner">
</div>
<button id="restartButton">Neustart</button>
</div>