Does bootstrap have builtin padding and margin classes?

后端 未结 9 2275
庸人自扰
庸人自扰 2020-12-25 09:57

Does Bootstrap have built-in padding and margin classes like pad-10, mar-left-10 or I have to add my own custom classes? For example, similar to th

9条回答
  •  隐瞒了意图╮
    2020-12-25 10:54

    I think what you're asking about is how to create responsive spacing between rows or col-xx-xx classes.

    You can definitely do this with the col-xx-offset-xx class:

    As for adding margin or padding directly to elements, there are some simple ways to do this depending on your element. You can use btn-lg or label-lg or well-lg. If you're ever wondering, how can i give this alittle padding. Try adding the primary class name + lg or sm or md depending on your size needs:

    
    

提交回复
热议问题