These properties require display: flex
in the parent for working.
Learn flexbox with this guide.
justify-content
CLASS | DESCRIPTION |
---|---|
.nix-justify-content_start | Items are positioned at the beginning of the container |
.nix-justify-content_end | Items are positioned at the end of the container |
.nix-justify-content_between | Items are positioned with space between the lines |
.nix-justify-content_around | Items are positioned with space before, between, and after the lines |
.nix-justify-content_center | Items are positioned at the center of the container |
<div class="nix-justify-content_center"></div>