第三章 排版
类 | 作用 |
---|---|
.h1~h6 | 任何标签用这个类就有了标题标签的样式 |
&.smll | 副标题标签和类 |
.lead | 突出内容 |
.text-left | 文本左对齐 |
.text-right | 文本右对齐 |
.text-center | 文本居中对齐 |
.text-justify | 文本左右对齐 |
.text-nowrap | 文本一行显示 |
.text-lowercase | 大写变小写 |
.text-uppercase | 小写变大写 |
.text-capitalize | 首字母大写 |
<abbr> | 可以缩略文本,必须加title属性 |
.initialism | 让abbr标签里面的文本显示略小 |
.list-unstyled | 消除列表默认样式 |
.list-inline | 让li一行显示 |
.dl-horizontal | 让自定义大屏下一行显示 |