Anscheinend muss ich hier auch den JSFIDDLE -Code einfügen. Hier ist es also: < /p>
html < /strong> < /p>
Code: Select all
test
TEST TEST TEST
Code: Select all
body {
padding-bottom: 600px;
}
body:after {
content: "";
height: 1800px;
position: fixed;
left: 0;
right: 0;
bottom: 0;
background-color: yellow;
background-size: auto 280px;
z-index: 1;
}
.curtain {
height: 1200px;
position: relative;
z-index: 2;
}