No questions for this lesson.
The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content.
Understanding the box model is the foundation to laying out elements accurately on a webpage.