Promptles
Frontend & Responsive Design

Box Model

beginner

Definition

The mental picture of how every element on a webpage is laid out. Each element is a rectangle made of four nested layers: the actual content in the middle, padding around it (the inner cushion), then a border, then margin (the outer breathing room before the next element starts).

In the wild

Picture a framed photo on a wall. The photo itself is the content. The matting around the photo is the padding. The wooden frame is the border. The empty wall space between this frame and the next picture is the margin. Every element on a webpage is built that same way.

More from Frontend & Responsive Design