01 / 05
Line up the same shape several times
The cards in a list are the same shape with different contents. So the HTML repeats the same shape, and the CSS only needs one class worth.
Whether you line up two or ten, one rule of CSS covers it.
<div class="card"> <h3>Paper folding class</h3></div><div class="card"> <h3>An evening of star stories</h3></div>