Difference between margin and padding?

后端 未结 22 1984
广开言路
广开言路 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:06

    Try putting a background color on a block div with width and height. You'll see that padding increases the size of the element, whereas margin just moves it within the flow of the document.

    Margin is specifically for shifting the element around.

提交回复
热议问题