endlich funktioniert

This commit is contained in:
klikev
2024-09-01 12:58:17 +02:00
parent ecedf0d8c1
commit 47eb94aa4b
3 changed files with 57 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ body{
}
#tom{
position: fixed;
display: none;
}
#fuchs {
position: relative;
@@ -36,11 +37,15 @@ body{
}
#enemy{
position: fixed;
top: 20px;
right: 30px;
}
#enemyZahl{
text-align: center;
}
.flexbox{
display: flex;
flex-direction: row;
justify-content: space-between;
}
#rechnungen{
padding: 0px;
@@ -50,7 +55,7 @@ body{
width: 100%;
}
#rechnung1, #rechnung2 {
width: 10%;
width: 20%;
padding: 20px;
text-align: center;
z-index: 10;