Borders between columns of Bootstrap Grid not working

前端 未结 4 1643
遇见更好的自我
遇见更好的自我 2021-01-17 11:29

I\'m creating a page in bootstrap where I\'m using 4 cols inside a row. The code:

4条回答
  •  遇见更好的自我
    2021-01-17 11:43

    You need to use another block element (ie; DIV) inside the columns since Bootstrap 'col-*' uses padding to create the spacing or "gutter" between the grid columns.

     
    ..

    Demo: http://www.bootply.com/71ZVOWCFWu

提交回复
热议问题