flex-start (default)
Item 1
Item 2
Item 3
See how justify-content
controls spacing and alignment along the main
axis.
justify-content
controls spacing along the main axisflex-start
- Items packed to start (default)flex-end
- Items packed to endcenter
- Items centeredspace-between
- Equal space between itemsspace-around
- Equal space around itemsspace-evenly
- Equal space everywhereflex-direction
, the justify-content behavior follows the new main
axis direction