Introduction
When building a webpage or app, arranging elements neatly is a challenge. Understanding how each element takes up space helps solve this problem and makes designs look clean and organized.
Imagine a picture frame on a wall. The picture is the content, the matting around it is the padding, the frame itself is the border, and the space between this frame and other frames on the wall is the margin.
┌─────────────────────────────┐ │ Margin space │ │ ┌───────────────────────┐ │ │ │ Border edge │ │ │ │ ┌─────────────────┐ │ │ │ │ │ Padding │ │ │ │ │ │ ┌───────────┐ │ │ │ │ │ │ │ Content │ │ │ │ │ │ │ └───────────┘ │ │ │ │ │ └─────────────────┘ │ │ │ └───────────────────────┘ │ └─────────────────────────────┘