WebGlossary.info
Flexbox
- A CSS web layout model for displaying items in a single dimension, as a row or as a column. In the specification for the CSS Flexible Box Layout Module, Flexbox is described as a layout model for user interface design. The key feature of Flexbox is that items in a flex layout can grow and shrink. Space can be assigned to the items themselves, or distributed between or around the items. Flexbox also enables alignment of items on the main or cross axis, thus providing a high level of control over the size and alignment of a group of items. ← MDN Web Docs ↑ w3.org/TR/css-flexbox-1
- Previous term: Flex
- Next term: Float
- Random term: Increment