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.

/* 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;
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+
Kinsta

Your first month is free

Managed WordPress hosting for faster sites.

Learn more

New CSS drops.

Join 600+ readers who've survived clearfix hacks.

ESC