<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;
display: grid;
}
section div {
width: 100%;
background: teal;
margin-bottom: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.