Module justify_items

Module justify_items 

Source
Expand description

Utilities for controlling how grid items are aligned along their inline axis.

Class Properties
justify-items-start justify-items: start;
justify-items-end justify-items: end;
justify-items-center justify-items: center;
justify-items-stretch justify-items: stretch;

Tailwind reference