css.properties

align-content

The align-content property aligns flex container's lines within the flex container when there is extra space.

Formal Syntax

normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>

See specification

JavaScript Access

// Access via element.style
element.style.alignContent = 'normal';

Browser Support

standard | MDN ยท Spec ยท Spec

FeatureChromeFirefoxSafariEdge
align-content2928912
block_context12312517.4123
flex_context2128912
grid_context575210.116
multicol_context123โ€”17.4123
normal2928912

Related Properties