Fluid Container in Bootstrap 3

前端 未结 5 1084
我寻月下人不归
我寻月下人不归 2020-12-12 21:03

How to make fluid container in bootstrap 3?

In bootstrap 2.3.2 .container-fluid class is there. But now in bootstrap 3 it is missing and there is only <

5条回答
  •  囚心锁ツ
    2020-12-12 21:37

    Bootstrap 3.0 moved to a "mobile first" approach. .container is really only there in instances where you need/want a boxy layout. but, if you exempt the div.container-fluid entirely, you're left with a fluid layout by default.

    for example, to have a two-column fluid layout, simply use:

    
      
    ...
    50%
    50%
    ...

提交回复
热议问题