<section>Some content inside this section</section>
<section>A taller <br> content <br> here </section>
<section></section>
<section></section>
body {
display: grid;
gap: 8px;
grid-auto-rows: 1fr;
}
section {
background: lightblue;
padding: 1em;
font-size: 20px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.