asdwa
This commit is contained in:
parent
40e54fae40
commit
a19539ae57
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user