CSS Grid Layout (level 1)
Method of using a grid concept to lay out content, providing a mechanism for authors to divide available space for layout into columns and rows using a set of predictable sizing behaviors. Includes support for all `grid-*` properties and the `fr` unit.
CSS Subgrid
Feature of the CSS Grid Layout Module Level 2 that allows a grid-item with its own grid to align in one or both dimensions with its parent grid.
css property: grid-template-rows
css property: grid-template-rows: animation of tracks
css property: grid-template-rows: `fit-content()`
css property: grid-template-rows: `masonry`
css property: grid-template-rows: `minmax()`
css property: grid-template-rows: `repeat()`
css property: grid-template-rows: `subgrid`
9 results found.