Web前端

Bootstrap - 排版

2018-01-27  本文已影响2人  廖马儿

标签

标题:h1~h6 / .h1~.h6
副标题: <small>标签

.h1~.h6

<div class="h1">H1标题形式</div>
<p class="h1">H1标题形式</div>
<span class="h4">H1标题形式</span>

small标签
小标题

<span class="h1">H1标题形式<small>小标题</small></span>

文本

1)段落
<p>标签,默认样式为:

字体大小默认:14px;  # 普通的css中是16px。
行高:20px;
底部外边距:10px;

2)对齐方式
段落中文字的对齐方式。
水平左中右对齐:

text-left
text-center
text-right

3)大小写

text-lowercase
text-uppercase
text-capitalize

3)文本标记
下划线,中划线等。
下划线:

<u>下划线</u>
<ins>下划线</ins>
图片.png

中划线:

<del>中划线</del>

效果:


图片.png
上一篇 下一篇

猜你喜欢

热点阅读