A

Last updated on

The align-content property is a sub-property of the Flexible Box Layout module. It helps aligning a flex container’s lines within it when there is extra space in the cross-axis, similar to how justify-content aligns individual items within the main-axis. Note, this property has no effect when the flexbox has only a single line. The align-content property accepts 6 different values: flex-start: lines

Continue reading →