adventskalender/2025/css/main.css aktualisiert
This commit is contained in:
@@ -98,9 +98,15 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.door span {
|
||||||
|
position: relative;
|
||||||
|
z-index: 5; /* über den Flügeln */
|
||||||
|
}
|
||||||
|
|
||||||
/* beide Flügel teilen sich die Türhälfte */
|
/* beide Flügel teilen sich die Türhälfte */
|
||||||
.door.double .door-left,
|
.door.double .door-left,
|
||||||
.door.double .door-right {
|
.door.double .door-right {
|
||||||
|
z-index: 1; /* unter der Zahl */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
|||||||
Reference in New Issue
Block a user