Text Align

Utilities for controlling an element's text alignment.

Usage

Use d-ta-{n} to change an element's text alignment.

Classes

Class
Output
.d-ta-start text-align: start !important;
.d-ta-end text-align: end !important;
.d-ta-center text-align: center !important;
.d-ta-justify text-align: justify !important;
.d-ta-unset text-align: unset !important;
.d-ta-left Deprecated text-align: start !important;
.d-ta-right Deprecated text-align: end !important;

Text Align documentation last updated Thursday, June 18, 2026