Remove spacing between cols

前端 未结 9 1860
盖世英雄少女心
盖世英雄少女心 2020-12-15 03:38

I want to remove the space between multiple columns in the Bootstrap grid.

How can we overwrite Bootstrap\'s CSS to achieve this task or any other better solution wi

9条回答
  •  抹茶落季
    2020-12-15 03:52

    In the Bootstrap 4 you can add class mx-* and px-*

    Your content

    Your content

    The classes of mx-* and px-* is in default bootstrap style, so you don't have to add it manually

    mx-* stand for margin-right: * plus margin-left: *. While px-* stands for padding right and left.

    There is also my-* m-* mt-* mb-* mr-* ml-* and py-* p-* pt-* pb-* pr-* pl-*.

提交回复
热议问题