endlich funktioniert
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user