Utilitário
Text Align
Controla o alinhamento horizontal do texto.
Classes
| Classe CSS | Descrição |
|---|---|
.text-center | text-align: center; |
.text-left | text-align: left; |
.text-right | text-align: right; |
.text-justify | text-align: justify; |
Responsivo
Para mirar um breakpoint, adicione o sufixo @{breakpoint}
— por exemplo, .text-center@md.