<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;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.