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{ #tom img{
width: 300px; width: 300px;
} }
#tom{
position: fixed;
}
#fuchs img{ #fuchs img{
width: 200px; width: 200px;
position: relative; position: relative;
@ -23,4 +26,7 @@ body{
} }
#enemy img{ #enemy img{
width: 220px; width: 220px;
}
#enemy{
position: fixed;
} }

View File

@ -9,7 +9,13 @@
<body> <body>
<div id="spielRaum"> <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"> <div id="tom">
<img src="pics/tom_1.png" alt="tom"> <img src="pics/tom_1.png" alt="tom">
</div> </div>

View File

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