美文网首页
Bootstrap属性含义合集

Bootstrap属性含义合集

作者: 寄居他乡 | 来源:发表于2019-07-22 08:46 被阅读0次

Bootstrap属性含义合集

<div class="container">
        <div class="jumbotron">

jumbotron会在container中形成一个灰色背景。

<div class="row">  

    <div id="" class="col-xs-12">
        <div class="thumbnail">
            <img src="/i/leslie.jpeg" />
            <div class="caption text-center">some comments</div>
        </div>
    </div>
</div> 

thumbnail可实现图片居中,适应网格大小,配合row,col--实现图片显示。通常thumbnail属性的div中会有一个图片和描述文字的div,div属性有caption。

相关文章

网友评论

      本文标题:Bootstrap属性含义合集

      本文链接:https://www.haomeiwen.com/subject/qizblctx.html