Expand description
Values for CSS Box Alignment properties
https://drafts.csswg.org/css-align/
Structsยง
- Value for the
align-content
property. - Constants shared by multiple CSS Box Alignment properties
- Value of the
align-items
property - The specified value of the align-self property.
- Shared value for the
align-content
andjustify-content
properties. - Value for the
justify-content
property. - Value of the
justify-items
property - The specified value of the justify-self property.
Enumsยง
- An axis direction, either inline (for the
justify
properties) or block, (for thealign
properties).
Functionsยง
- list_legacy_keywords ๐
- list_normal_stretch ๐
- parse_baseline ๐
- parse_legacy ๐
- parse_normal_stretch ๐
- parse_self_position ๐