CSS grid-row-start Property
The grid-row-start CSS property is used to define the grid item's start position within the grid row by specifying the grid area's inline start edge.
Syntax
Property Values
Value
|
Description
|
auto
|
The default value. The item will be placed in accordance with the flow.
|
row-line
|
Specifies which row the item should be displayed in.
|
span
|
It specifies the number of rows the item will span.
|
initial
|
It returns the grid-row-start property to its default value.
|
inherit
|
The grid-row-start property is passed down from its parent.
|
Supported Browsers
Property
|
Chrome
|
Firefox
|
Safari
|
Edge / IE
|
Opera
|
grid-row-start
|
57.0
|
52.0
|
10.0
|
16.0
|
44.0
|