Skip to main content
Version: 0.6

Justify Content

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

NamespaceOutput
justify-start{ justifyContent: "flex-start" }
justify-center{ justifyContent: "center" }
justify-end{ justifyContent: "flex-end" }
justify-between{ justifyContent: "space-between" }
justify-around{ justifyContent: "space-around" }
justify-evenly{ justifyContent: "space-evenly" }