#grid-row-start
default
grid-row-start: auto;
In this 3-column setup, the grid item is automatically placed on the first row.
grid-row-start:
2;
The target grid item is placed on the second row.
grid-row-start:
3;
The target grid item is placed outside the grid, in an auto-generated third row.