Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 246 Bytes

File metadata and controls

11 lines (7 loc) · 246 Bytes

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;