Difference between margin and padding?

后端 未结 22 2176
广开言路
广开言路 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条回答
  •  深忆病人
    2020-11-22 13:22

    Remember these 3 points:

    • The Margin is the extra space around the control.
    • The Padding is extra space inside the control.
    • The Padding of an outer control is the Margin of an inner control.

    Demo Image:(where red box is desire control)

提交回复
热议问题