使用Bootstrap设置一个div容器为响应式的
Posted chendi618
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Bootstrap设置一个div容器为响应式的相关的知识,希望对你有一定的参考价值。
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
</div>
<div class="well"></div>
//Bootstrap 有一个well
属性,它能是你创建的列有一种视觉深度的层次感。
//在刚才添加的两个class为col-xs-6
的div
标签中各添加1个 div
标签,并为其添加一个well
class属性。
以上是关于使用Bootstrap设置一个div容器为响应式的的主要内容,如果未能解决你的问题,请参考以下文章