如何在bootstrap 3中创建复杂的网格,(列rowspan) [英] how to create complex grid in bootstrap 3, (column rowspan)

查看:341
本文介绍了如何在bootstrap 3中创建复杂的网格,(列rowspan)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用bootstrap 3创建以下网格?
i签出了许多答案,但没有找到我的网格解决方案。




  • 解决方案

    制作3个大列并在每个内部添加更多行因为你需要它们。



    示例:

     < div class = 行 > 
    < div class =col-md-4>
    < p>左列文字在这里你也可以在这里添加另一行,其中包含更多cols< / p>
    < / div>
    < / div>

    以下是网格系统的参考: http://getbootstrap.com/css/#grid


    how to create following grid with bootstrap 3 ? i checked out many answers but didn't find a solution to my grid.

    解决方案

    Make 3 big columns and inside each just add more rows as you need them.

    Example:

    <div class="row">
         <div class="col-md-4">
         <p>left column text here you can also add another row here with more cols inside</p>
         </div>
    </div>
    

    Here is the refrence on the grid system: http://getbootstrap.com/css/#grid

    这篇关于如何在bootstrap 3中创建复杂的网格,(列rowspan)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆