<main>
<p>SCROLL DOWN</p>
<p>↧</p>
<p>↧</p>
<p>↧</p>
<p>↧</p>
</main>
<footer>
<p>Hello There!</p>
</footer>
main {
position: relative;
z-index: 2;
background: #F56469;
height: 1500px;
margin-bottom: 350px;
box-shadow: 3px 2px 2px 0px rgba(51,51,51,0.5);
}
main p {
margin: 0;
padding-top: 100px;
font-size: 100px;
text-align: center;
color: #ddd;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
height: 350px;
padding-left: 50px;
background: #4B466F;
font-size: 100px;
color: #F56469;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.