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