restartbutton
This commit is contained in:
parent
571e2108d1
commit
76b4fdb33c
@ -83,3 +83,11 @@ body{
|
||||
width: 50px;
|
||||
height: 10px;
|
||||
}
|
||||
#restartButton
|
||||
{
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
position: fixed;
|
||||
left: 45%;
|
||||
display:none;
|
||||
}
|
@ -34,6 +34,8 @@
|
||||
<img src="pics/enemy_1.png" alt="Gegner">
|
||||
</div>
|
||||
|
||||
<button id="restartButton">Neustart</button>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user