<main>
  <p>SCROLL DOWN</p>
  <p>&#8615;</p>
  <p>&#8615;</p>
  <p>&#8615;</p>
  <p>&#8615;</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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.