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