Container
Items
Common patterns
- Center anything:
justify-content: center; align-items: center - Equal columns: set
flex: 1on each child - Push one to the right: set
margin-left: autoon that child - Vertical stack:
flex-direction: column - Wrapping rows:
flex-wrap: wrapwith fixed item widths