8.1 What is the box model
Lesson Summary
Understanding the box model is crucial for designers. This technical concept helps explain how components on a page are structured and laid out. The box model views all components on a screen as rectangular boxes consisting of four parts:
- Content
- Padding
- Border
- Margin
Understanding that elements on a screen are essentially boxes within boxes simplifies design for the digital world.