Skip to main content

Text Align

Utilities for controlling the alignment of text.

Table of classes#

Class
Properties
text-left
{ textAlign: 'left' }
text-center
{ textAlign: 'center' }
text-right
{ textAlign: 'right' }
text-justify
{ textAlign: 'justify' }
text-auto
{ textAlign: 'auto' }