grid-row
Thegrid-row
,grid-row-start
, andgrid-row-end
properties determine a grid item’s size and location within the grid by contributing a line, a span, or nothing (automatic) to its grid placement. 8.4. Placement Shorthands: the grid-column, grid-row, and grid-area properties
Links about grid-row
Understanding CSS Grid: Grid Lines — Smashing Magazine
In a new series, Rachel Andrew breaks down the CSS Grid Layout specification. This time, we take a look at how to use the grid lines to place items.
Understanding grid placement through building a HTML periodical table
I’ve been using CSS grid to build layouts for quite a while now, and all my designs to date involved...
Code sample
.grid-item {
grid-row: 2;
}
Explore other pages
- type="date"
A control for setting the element’s value to a specific date
- tabindex
Sets tab order and defines whether an element can be focused or not."
- aria-describedby
Identifies the element (or elements) that describes the object.
- :not()
Represents an element that is not represented by its argument.