Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 382 Bytes

File metadata and controls

3 lines (3 loc) · 382 Bytes

flexbox uses the justify-content property to align items horizontally, and the align-items property to align items vertically

however, when the flex direction is a column, justify-content changes to the vertical and align-items to the horizontal.

they both involve layout or moving elements around the document; they both are optimized to maintain layout across browsers