CSS Reference Guide

Box Model

Definition of Box Model:

The idea that every piece of HTML content is surrounded by a box divided into 3 parts (padding, border, and margin.) That box can then be manipulated through CSS to create a unique style and layout.

Slide show explaining the CSS Box Model and its components.