Skip to main content

How margin differs from padding

The core difference:

PropertyWhere it actsWhat it's used forPainted with backgroundAffects block size
paddinginside the element, between content and borderpushes content away from the edgeyesyes, with content-box it increases the block
marginoutside the element, past the bordercreates distance between elementsnono, does not affect the inner size

The key difference:

  • padding, inner spacing (part of the element)
  • margin, outer spacing (space around the element)

Both create space, but padding is inside, margin is outside.

Short Answer

Interview ready
Premium

A concise answer to help you respond confidently on this topic during an interview.