Expand description
Values for CSS Box Alignment properties
https://drafts.csswg.org/css-align/
Structsยง
- Align
Content - Value for the
align-content
property. - Align
Flags - Constants shared by multiple CSS Box Alignment properties
- Align
Items - Value of the
align-items
property - Align
Self - The specified value of the align-self property.
- Content
Distribution - Shared value for the
align-content
andjustify-content
properties. - Justify
Content - Value for the
justify-content
property. - Justify
Items - Value of the
justify-items
property - Justify
Self - The specified value of the justify-self property.
- Self
Alignment - https://drafts.csswg.org/css-align/#self-alignment
Enumsยง
- Axis
Direction - An axis direction, either inline (for the
justify
properties) or block, (for thealign
properties).
Functionsยง
- list_
auto_ ๐normal_ stretch - list_
baseline_ ๐keywords - list_
content_ ๐distribution_ keywords - list_
legacy_ ๐keywords - list_
normal_ ๐stretch - list_
overflow_ ๐position_ keywords - list_
self_ ๐position_ keywords - parse_
auto_ ๐normal_ stretch - parse_
baseline ๐ - parse_
content_ ๐distribution - parse_
left_ ๐right_ center - parse_
legacy ๐ - parse_
normal_ ๐stretch - parse_
overflow_ ๐position - parse_
self_ ๐position