CSS justify-content Property
The justify-content property aligns the flex items along the main-axis (horizontally).
This property can have one of the following values:
- center
- flex-start (default)
- flex-end
- space-around
- space-between
- space-evenly
centerflex-startflex-endspace-aroundspace-betweenspace-evenly