relative
This commit is contained in:
parent
45a4164d9f
commit
8427682b37
@ -45,25 +45,26 @@ body{
|
|||||||
}
|
}
|
||||||
#rechnung1, #rechnung2 {
|
#rechnung1, #rechnung2 {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
margin: 0 100px;
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.5em;
|
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
position: fixed;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
#rechnung1{
|
#rechnung1{
|
||||||
background-color: rgb(0, 225, 255);
|
background-color: rgb(0, 225, 255);
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
outline: 8px solid black;
|
outline: 8px solid black;
|
||||||
left: 15%;
|
margin-left: auto;
|
||||||
|
margin-right: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rechnung2{
|
#rechnung2{
|
||||||
background-color: red;
|
background-color: red;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
outline: 8px solid black;
|
outline: 8px solid black;
|
||||||
right: 15%;
|
margin-left: 100px;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
#rechnung1 img, #rechnung2 img {
|
#rechnung1 img, #rechnung2 img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user