Bootstrap页头

页头组件能够为 h1 标签增加适当的空间,并且与页面的其他部分形成一定的分隔。它支持 h1 标签内内嵌 small 元素的默认效果,还支持大部分其他组件(需要增加一些额外的样式)。

<div class="container">
  <h1 class="page-header">Bootstrap学习<small>系统篇small>h1>
div>  

Bootstrap页头_第1张图片

你可能感兴趣的:(Bootstrap)