文本
最后更新于:2022-04-02 03:16:14
[TOC]
## 对齐
```
text-left
text-center
text-right
text-justify
text-justify
text-nowrap
```
## 大小
```
text-lowercase //全小写
text-uppercase // 全大写
text-capitalize //首字母大写
```
## 颜色
```
text-danger
text-primary
text-success
text-warning
text-info
```
## 警告框

```
';
...
...
...
...
```
带×的
```
Warning! Better check yourself, you're not looking too good.
```
## 背景色

```
...
...
...
...
...
```