文本
最后更新于: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
```
## 警告框
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/17/05/17057ad0c53022cb23005776f97d8ace_759x351.png)
```
';
...
...
...
...
```
带×的
```
Warning! Better check yourself, you're not looking too good.
```
## 背景色
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/aa/60/aa60dafa74482fd3e9bcfb791020c016_620x331.png)
```
...
...
...
...
...
```