Margins
Apply margins to every element to protect layout
.header {
}
.body {
}
.footer {
}
Collapsing margins
Largest margin will be applied, smaller will collapse, unless:
- there is a padding/border
- positioning is relative or absolute
- there is a float left or right