grid-row-end
default
grid-row-end:
auto;
In this 3-column setup, the grid item is automatically placed.
grid-row-end:
3;
The target grid item ends just before the third row.
grid-row-end:
4;
The target grid item ends just before the fourth row, which automatically creates a third row.