Skip to main content

Justify Property 🌌

Learn how to use Justify property for flexbox and grid layout

Type Rules

There's some type you can use for align the items:

  • ji- : Set justify-items property
  • jc- : Set justify-content property

Simple Usage

<div class="d-flex jc-center"></div>