grid-row-start
Defines which horizontal grid line a grid item should begin at. You can specify a line number or a named line.
It is documented as part of the CSS Grid Layout specification.
Syntax
/* Usage Example */
.item {
/* Starts the item at the 1st horizontal grid line */
grid-row-start: 1;
}
.item-named{
/* Starts at a row line named 'main-top' */
grid-row-start: main-top;
}
/* Global values */
grid-row-start: inherit;
grid-row-start: initial;
grid-row-start: revert;
grid-row-start: revert-layer;
grid-row-start: unset;
grid-row-start Browser support
Widely available
Since
2017 95% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2017.
57+
52+
10.1+
16+