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 Grid Lanes
CSS Grid Lanes extends CSS Grid to create layouts with columns *or* rows (not both), allowing mixed aspect ratio content to pack neatly (also known as "masonry" or "waterfall" layout).
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: auto
css property: grid-template-rows: `fit-content()`
css property: grid-template-rows: masonry
css property: grid-template-rows: max-content
css property: grid-template-rows: min-content
css property: grid-template-rows: `minmax()`
css property: grid-template-rows: none
css property: grid-template-rows: `repeat()`
css property: grid-template-rows: subgrid
15 results found.