The grid-row-start and grid-row-end Properties

The grid-row-start property specifies where to start a grid item. The grid-row-end property specifies where to end a grid item.

Place the first grid item at row-line 1, and let it end on row-line 3:

1

3