This commit is contained in:
pbg2h23akl 2024-07-04 10:23:32 +02:00
parent 8609314c73
commit 9fbf6f1103
3 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,9 @@ body{
#tom img{
width: 300px;
}
#tom{
position: fixed;
}
#fuchs img{
width: 200px;
position: relative;
@ -24,3 +27,6 @@ body{
#enemy img{
width: 220px;
}
#enemy{
position: fixed;
}

View File

@ -9,7 +9,13 @@
<body>
<div id="spielRaum">
<div id="rechnungen" class="flexbox">
<div id="rechnung1">mal-5</div>
<div class="mittelabstand"></div>
<div id="rechnung2">mal-2</div>
</div>
<div id="tom">
<img src="pics/tom_1.png" alt="tom">
</div>

View File

@ -13,6 +13,7 @@
<button id="startButton">Start</button>
</div>
</div>
<script src="js/Kevin.js"></script>
<script src="js/funktionen.js"></script>
<script src="js/startjs.js"></script>
<script src="js/allg.js"></script>