grid-row-start

Defines which horizontal grid line a grid item should begin at. You can specify a line number or a named line.

Quick 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;
}

Quick facts

Initial value
auto
Inherited
No
Applies to
grid items and boxes within a grid container
Animation type
discrete

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.

Safe to use without fallbacks.

57+
52+
10.1+
16+
ESC