Search code examples
csspaddingmargin

what's the difference between padding and margin?


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


Solution

  • Padding is the space INSIDE an element (inside the border of the element).

    Margin is the space OUTSIDE(Around) an element.