![]() |
Border Box Model |
The margin occurs outside of your content box. This is an area that divides your content box (including any padding) from other content boxes.
A border occurs between the padding and the margin.
Border box is useful to use on its own instead of padding and margin, especially if you are doing responsive web design.