Justify self
Utilities for controlling how an individual grid item is aligned along its inline axis.
Class reference
Auto
Use justify-self-auto
to align an item based on the value of the grid’s justify-items
property:
Start
Use justify-self-start
to align a grid item to the start its inline axis:
Center
Use justify-self-center
to align a grid item along the center its inline axis:
End
Use justify-self-end
to align a grid item to the end its inline axis:
Stretch
Use justify-self-stretch
to stretch a grid item to fill the grid area on its inline axis:
Responsive
To control the alignment of a grid item inside its grid area at a specific breakpoint, add a {screen}:
prefix to any existing utility class. For example, use md:justify-self-end
to apply the justify-self-end
utility at only medium screen sizes and above.
For more information about Elements’ responsive design features, check out the Responsive Design documentation.
On this Page
v1.13.5