what's the difference between padding and margin?

前端 未结 5 888
醉话见心
醉话见心 2020-12-19 00:07

In W3 CSS and also in XUL/CSS? (not between CSS and XUL/CSS).

5条回答
  •  攒了一身酷
    2020-12-19 01:07

    padding is part of the width of an element. margin is outside and isn't part of the width

    Here's an interesting box model demo that will help you understand.

    http://redmelon.net/tstme/box_model/

提交回复
热议问题