The CSS box model lies behind everything you do in CSS. Every element is defined by a rectangular box that encloses that element. Understanding how the box model works is a key to understanding CSS and having greater control over your layout and presentation.
Read CSS Box Model: The Foundation For Improving Your CSS, a superb article by Steven at InstantShift.
