CSS grid-row-end Property
It is used to specify the row-line at which the item should be displayed or how many rows an item should span.
Syntax
Property Values
Value
|
Description
|
auto
|
The default value. The item will take up one row.
|
span n
|
Specifies how many rows the item will span.
|
row-line
|
Specifies which row the item's display should end on.
|
integer
|
It specifies the row where the item terminates.
|
initial
|
The grid-row-end property is reset to its default value.
|
inherit
|
The grid-row-end property is passed down from the parent.
|
Supported Browsers
Property
|
Chrome
|
Firefox
|
Safari
|
Edge / IE
|
Opera
|
grid-row-end
|
57.0
|
52.0
|
10.0
|
16.0
|
44.0
|