Text Align
Utilities for controlling the alignment of text.
#
Table of classesClass
Properties
text-left
{ textAlign: 'left' }
text-center
{ textAlign: 'center' }
text-right
{ textAlign: 'right' }
text-justify
{ textAlign: 'justify' }
text-auto
{ textAlign: 'auto' }