wow
This commit is contained in:
@@ -41,7 +41,6 @@ body{
|
||||
}
|
||||
#rechnungen{
|
||||
padding: 0px;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
@@ -52,9 +51,21 @@ body{
|
||||
text-align: center;
|
||||
font-size: 1.5em;
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
display: inline-block;
|
||||
}
|
||||
#rechnung1{
|
||||
background-color: rgb(0, 225, 255);
|
||||
border-radius: 15px;
|
||||
outline: 8px solid black;
|
||||
left: 15%;
|
||||
}
|
||||
#rechnung2{
|
||||
background-color: red;
|
||||
border-radius: 15px;
|
||||
outline: 8px solid black;
|
||||
right: 15%;
|
||||
}
|
||||
#rechnung1 img, #rechnung2 img {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
Reference in New Issue
Block a user