Grid items are displayed based on the number of columns. If there are more items than columns, extra items will be pushed to the next row.
Make sure to pick <div class="grid-item">, followed by 4, and finally </div>.
<div class="grid-item">
4
</div>