CSS gridrow Property (original) (raw)
CSS grid-row Property
Last Updated : 27 Aug, 2024
The grid-row property in CSS is used to define the size and position of a grid item within a grid layout. It combines the grid-row-start and grid-row-end properties to specify the item's start and end positions along the row axis.
**Syntax:
grid-row: grid-row-start|grid-row-end;
**Property Values
**1. grid-row-start:
Specifies the row line where the item will start.
**Example:
html `