align-items The align-items CSS property controls how flex items are aligned along the cross axis of a flex container. It applies to flex containers and affects all of their direct children. Syntax align-items: stretch;