Shorthand form:
Longhand form:
Margin & Padding - transparent:
Margin doesn't affect size of the box, but it affects other content interacting with the box.
margin | padding | |
---|---|---|
Space | outside the element | inside the element |
background-color/image, click region | not included | included |
Vertical values | auto collapse paragraph of margin-top: 15px & margin-bottom: 20px. There will only be a total space of 20px between the two paragraphs. | doesn't auto collapse paragraph of padding-top: 15px & padding-bottom: 20px. There will be a total space of 35px between the two paragraphs. |