- Content - The content of the box, where text and images appear
- Padding - Clears an area around the content. The padding is transparent
- Border - A border that goes around the padding and content
- Margin - Clears an area outside the border. The margin is transparent
div {
width: 300px;
border: 25px solid green;
padding: 25px;
margin: 25px;}
Width and Height of an Element
width: 320px;
padding: 10px;
border: 5px solid gray;
margin: 0; }