What happens when we have three grid items but only define two columns with grid-template-columns.

The third item is sent to the next rowThe third item stays on the first row if there's enough space

The third item is sent to the next row.