justifycontent
Justify-content is the official CSS property used in layout systems that implement the flexbox and grid models to control the distribution of space along the main axis inside a container. The standard spelling is justify-content; some references may write the term as a concatenated form, but the hyphenated version is the correct syntax in CSS.
In Flexbox, the main axis is determined by the flex-direction property, and justify-content aligns the items
Common values for justify-content include flex-start, flex-end, center, space-between, space-around, and space-evenly. Some contexts and browser
A practical effect is that flex-start pushes items toward the start edge, while space-between distributes any
Browser support for justify-content is strong in modern browsers for both flexbox and grid. Older browsers