Text Align
The Telerik and Kendo UI Text Align Utilities are CSS utility classes that enable you to control how text will be aligned inside the container.
| Utility Class | CSS Property |
|---|---|
.k-text-justify | text-align: justify; |
.k-text-left | text-align: left; |
.k-text-right | text-align: right; |
.k-text-center | text-align: center; |
Center
Use the k-text-center utility to center the text.
Left
Use the k-text-left utility to align the text to the left.
Right
Use the k-text-right utility to align the text to the right.
Justify
Use the k-text-justify utility to justify the text.