Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 205 Bytes

flexbox-align-items.md

File metadata and controls

7 lines (4 loc) · 205 Bytes

Flexbox align-items

If you want to place items next to each other, use display: flex.

If you want to align items center vertically, use align-items: center.

alt text