Skip to main content

Justify Content

Flexbox & Grid

Utilities for controlling how flex and grid items are positioned along a container's main axis.

ClassProperties
ob-justify-startjustify-content: flex-start
ob-justify-endjustify-content: flex-end
ob-justify-centerjustify-content: center
ob-justify-betweenjustify-content: space-between
ob-justify-aroundjustify-content: space-around
ob-justify-evenlyjustify-content: space-evenly