This commit is contained in:
pbg2h23akl
2024-08-27 10:17:35 +02:00
parent 1ee1c98954
commit 02855c12fc
3 changed files with 17 additions and 8 deletions

View File

@@ -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%;