Expand description
CSS properties related to box alignment.
Structs§
- Gap
- A value for the gap shorthand property.
- Place
Content - A value for the place-content shorthand property.
- Place
Items - A value for the place-items shorthand property.
- Place
Self - A value for the place-self shorthand property.
Enums§
- Align
Content - A value for the align-content property.
- Align
Items - A value for the align-items property.
- Align
Self - A value for the align-self property.
- Baseline
Position - A
<baseline-position>
value, as used in the alignment properties. - Content
Distribution - A
<content-distribution>
value. - Content
Position - A
<content-position>
value. - GapValue
- A gap value, as used in the
column-gap
androw-gap
properties. - Justify
Content - A value for the justify-content property.
- Justify
Items - A value for the justify-items property.
- Justify
Self - A value for the justify-self property.
- Legacy
Justify - A legacy justification keyword, as used in the
justify-items
property. - Overflow
Position - An
<overflow-position>
value. - Self
Position - A
<self-position>
value.