Module align

Source
Expand description

CSS properties related to box alignment.

Structs§

Gap
A value for the gap shorthand property.
PlaceContent
A value for the place-content shorthand property.
PlaceItems
A value for the place-items shorthand property.
PlaceSelf
A value for the place-self shorthand property.

Enums§

AlignContent
A value for the align-content property.
AlignItems
A value for the align-items property.
AlignSelf
A value for the align-self property.
BaselinePosition
A <baseline-position> value, as used in the alignment properties.
ContentDistribution
A <content-distribution> value.
ContentPosition
A <content-position> value.
GapValue
A gap value, as used in the column-gap and row-gap properties.
JustifyContent
A value for the justify-content property.
JustifyItems
A value for the justify-items property.
JustifySelf
A value for the justify-self property.
LegacyJustify
A legacy justification keyword, as used in the justify-items property.
OverflowPosition
An <overflow-position> value.
SelfPosition
A <self-position> value.