Bootstrap: add margin/padding space between columns

前端 未结 14 2273
梦毁少年i
梦毁少年i 2020-12-01 01:45

I\'m trying to put some extra margin/padding space between columns on my Bootstrap grid layout. I\'ve tried this but I don\'t like the result. Here is my code:



        
14条回答
  •  甜味超标
    2020-12-01 02:34

    Just add 'justify-content-around' class. that would automatically add gap between 2 divs.

    Documentation: https://getbootstrap.com/docs/4.1/layout/grid/#horizontal-alignment

    Sample:

    One of two columns
    One of two columns

提交回复
热议问题