您的位置:首页 > Web前端 > BootStrap

bootstrap中的page headers 和 hero unit

2013-11-20 13:52 471 查看
1、page headers的用法:

[html] view
plaincopy

<div class="container">  

    <div class="page-header">  

        <h1>我是个大标题~!!!<small>第二个</small></h1>  

    </div>  

</div>  

效果图:


2、hero unit用法:

[html] view
plaincopy

<div class="hero-unit">  

        <div class="page-header">  

            <h1>我是个大标题~!!!<small>第二个</small></h1>  

        </div>  

        <p>hero unit </p>  

    </div>  

效果图:



转载自:http://blog.csdn.net/ling811
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息