There is nothing about margin, its all about when you give display:block
your elements wants to width:100%
but you give width:200px
so this orange box occured to keep the whole line.
?f you remove this orange box you can give your element display:inline-block;
but at this time your another elements can come next to the element you are using. If you want to prevent this, you can make a container class and give it width:100%;
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…