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 Flexible Box Layout Module
Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`.
css property: align-content
css property: align-content: supported in block layout
css property: align-content: supported in flex layout
css property: align-content: supported in flex layout: baseline
css property: align-content: supported in flex layout: `first baseline`
css property: align-content: supported in flex layout: `last baseline`
css property: align-content: supported in flex layout: `safe` and `unsafe`
css property: align-content: supported in flex layout: space-evenly
css property: align-content: supported in flex layout: `start` and `end`
css property: align-content: supported in flex layout: stretch
css property: align-content: supported in grid layout
css property: align-content: supported in multi-column layout
14 results found.