Justify Self
The Telerik and Kendo UI Justify Self Utilities are CSS utility classes that enable you to control how an item will be aligned along the main axis.
| Utility Class | CSS Property |
|---|---|
.k-justify-self-last-baseline | justify-self: last baseline; |
.k-justify-self-auto | justify-self: auto; |
.k-justify-self-normal | justify-self: normal; |
.k-justify-self-stretch | justify-self: stretch; |
.k-justify-self-center | justify-self: center; |
.k-justify-self-start | justify-self: start; |
.k-justify-self-end | justify-self: end; |
.k-justify-self-selft-start | justify-self: self-start; |
.k-justify-self-self-end | justify-self: self-end; |
.k-justify-self-baseline | justify-self: baseline; |
.k-justify-self-first-baseline | justify-self: first baseline; |
Stretch
Use the k-justify-self-stretch utility to stretch the item so that it fills the alignment container along the main axis.
Center
Use the k-justify-self-center utility to center the item within the alignment container along the main axis.
Start
Use the k-justify-self-start utility to align the item to the start of the container along the main axis.
End
Use the k-justify-self-end utility to align the item to the end of the container along the main axis.