Easy way to see the Bootstrap grid?

后端 未结 7 1726
自闭症患者
自闭症患者 2021-02-02 08:20

I am playing with a simple HTML page using Bootstrap and I would love to have a way to visualize the columns, as in see them \"underneath\" the actual content as a different sha

7条回答
  •  太阳男子
    2021-02-02 09:11

    Since different containers on the same page can have different columns, a solution will have to support visualizing this. Just displaying a colored overlay is not that visually apparent. One easy solution is to just add temporary column elements at the top of each section that you want to visualize, such as the following snippet:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12

    Demo: https://jsfiddle.net/7zea43o8/7/

提交回复
热议问题