<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;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.