Alignment
The following classes are provided to adjust the alignment of text.
Class | Property | |
.text-center | text-align: center; | |
.text-right | text-align: right; | |
.text-left | text-align: left; | |
.text-start | text-align: start; | Similar to .text-left |
.text-end | text-align: end; | Similar to .text-right |
Last modified 4yr ago