Difference between margin and padding?

后端 未结 22 2171
广开言路
广开言路 2020-11-22 12:58

What exactly is the difference between margin and padding in CSS? It really doesn\'t seem to serve much purpose. Could you give me an examp

22条回答
  •  Happy的楠姐
    2020-11-22 13:18

    There is one important difference:

    Margin- is on the outside of the element i.e. one will apply the whitespace shift "after" the element begins. Padding- is on the inside, the other will apply the whitespace "before" the element begins.

提交回复
热议问题