CSS display: contents
`display: contents` causes an element's children to appear as if they were direct children of the element's parent, ignoring the element itself. This can be useful when a wrapper element should be ignored when using CSS grid or similar layout techniques.
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 justify-content: space-evenly
The "space-evenly" value for the `justify-content` property distributes the space between items evenly. It is similar to space-around but provides equal instead of half-sized space on the edges. Can be used in both CSS flexbox & grid.
css at-rule: `@media`: `grid` media feature
css property: align-content: supported in grid layout
css property: align-items: supported in grid layout
css property: align-items: supported in grid layout: `start` and `end`
css property: align-self: supported in grid layout
css property: column-gap: supported in grid layout
css property: display: grid
css property: display: inline-grid
css property: gap: supported in grid layout
css property: gap: supported in grid layout: `calc()` values
css property: gap: supported in grid layout: `<percentage>` values
css property: grid-area
css property: grid-auto-columns
css property: grid-auto-flow
css property: grid-auto-rows
css property: grid-column
css property: grid-column-end
css property: grid-column-start
css property: grid-row
css property: grid-row-end
css property: grid-row-start
css property: grid-template
css property: grid-template-areas
css property: grid-template-columns
css property: grid-template-columns: animation of tracks
css property: grid-template-columns: `fit-content()`
css property: grid-template-columns: `masonry`
css property: grid-template-columns: `minmax()`
css property: grid-template-columns: `repeat()`
css property: grid-template-columns: `subgrid`
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`
css property: justify-content: supported in grid layout
css property: justify-items: supported in grid layout
css property: justify-self: supported in grid layout
css property: place-content: supported in grid layout
css property: place-items: supported in grid layout
css property: place-self: supported in grid layout
css property: row-gap: supported in grid layout
48 results found.