Bootstrap Text Align
Bootstrap provides classes to align text in various directions easily and quickly.
Syntax
To align text using Bootstrap classes, you can add the following classes to your HTML element:
text-left
: this class aligns text to the left.text-center
: this class centers text.text-right
: this class aligns text to the right.text-justify
: this class justifies text.