This commit is contained in:
pbg2h23akl 2024-07-04 11:19:55 +02:00
parent 40e54fae40
commit a19539ae57

View File

@ -23,6 +23,7 @@ body{
width: 200px; width: 200px;
position: relative; position: relative;
left: 50px; left: 50px;
z-index: 60;
} }
#enemy img{ #enemy img{
width: 220px; width: 220px;
@ -37,10 +38,12 @@ body{
#rechnungen{ #rechnungen{
padding: 25px; padding: 25px;
justify-content: space-between; justify-content: space-between;
position: relative;
top: 100px;
} }
#rechnung1, #rechnung2 { #rechnung1, #rechnung2 {
width: 20%; width: 20%;
margin: 0 10px; margin: 0 100px;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
font-size: 1.5em; font-size: 1.5em;