Justify Items
Set item alignment along a container's inline axis.
Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
ji-cjustify-items: center;ji-ejustify-items: end;ji-sjustify-items: start;ji-stjustify-items: stretch;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:ji-(value)Small≥640px
md:ji-(value)Medium≥768px
lg:ji-(value)Large≥1024px
xxl:ji-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:ji-(value)