<section class="grid-container">
  <div></div>
  <div></div>
  <div></div>
  <div></div>
  <div></div> 
  <div></div>
  <div></div>
  <div></div>
  <div></div> 
</section>
.grid-container {
  background: wheat;
  width: 100%;
  min-height: 100vh;
}

section div {
  width: 100%;
  height: 40px;
  background: teal;
  margin-bottom: 10px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.