The grid-row CSS shorthand property specifies a grid item's size and location within a grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area....grid-row-start Syntax css /* Keyword values */ grid-row: auto; grid-row:...auto / auto; /* <custom-ident> values */ grid-row: some-grid-area;...