CSS grid-row Property
CSS's grid-row property is used to specify the size and location of grid rows. It combines the grid-row-start and grid-row-end properties.
Syntax
Property Values
| Value | Description |
|---|---|
| grid-row-start | Specifies which row the item should be displayed in. |
| grid-row-end | Specifies which row-line the item should be displayed on, as well as how many rows it should span. |
Supported Browsers
| Property | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| grid-row | 57.0 | 52.0 | 10.0 | 16.0 | 44.0 |