Optional alignOptional alignThe CSS align-items property.
It defines the align-self value on all direct children as a group.
Optional alignThe CSS align-self property.
It works like align-items, but applies only to a
single flexbox item, instead of all of them.
Optional columnThe CSS column-gap property.
It sets the size of the gap (gutter) between an element's columns.
Optional flexThe CSS flex property.
It defines how a flex item will grow or shrink to fit the space available in its flex container.
Optional flexThe CSS flex-basis property.
It defines the initial main size of a flex item.
Optional flexThe CSS flex-direction property.
It defines how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).
Optional flexThe CSS flex-direction property.
It defines how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).
Optional flexThe CSS flex-flow property.
It is a shorthand property for flex-direction and flex-wrap.
It specifies the direction of a flex container, as well as its wrapping behavior.
Optional flexThe CSS flex-grow property.
It defines how much a flexbox item should grow if there's space available.
Optional flexThe CSS flex-shrink property.
It defines how much a flexbox item should shrink if there's not enough space available.
Optional flexThe CSS flex-wrap property.
It defines whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.
Optional gapThe CSS gap property.
It defines the gap between items in both flex and grid contexts.
Optional justifyThe CSS justify-content property.
It defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.
Optional justifyThe CSS justify-items property.
It defines the default justify-self for all items of the box,
giving them all a default way of justifying each box
along the appropriate axis.
Optional justifyThe CSS justify-self property.
It defines the way a box is justified inside its alignment container along the appropriate axis.
Optional orderThe CSS order property.
It defines the order to lay out an item in a flex or grid container.
Optional placeThe CSS place-content property.
It allows you to align content along both the block and inline directions at once (i.e. the align-content and justify-content properties) in a relevant layout system such as Grid or Flexbox.
Optional placeThe CSS place-items property.
It allows you to align items along both the block and
inline directions at once (i.e. the align-items and justify-items properties)
in a relevant layout system such as Grid or Flex.
Optional placeThe CSS place-self property.
It allows you to align an individual item in both the block and inline directions at once (i.e. the align-self and justify-self properties) in a relevant layout system such as Grid or Flexbox.
Optional rowThe CSS row-gap property.
It sets the size of the gap (gutter) between an element's grid rows.
Generated using TypeDoc
The CSS
align-contentproperty.It defines the distribution of space between and around content items along a flexbox cross-axis or a grid's block axis.