Module 4: The Box Model in CSS

Overview

This module will introduce you to the CSS Box Model. Most HTML elements are containers. The content is wrapped inside a "box" that is made up of padding, borders, and margins. By stylizing these properties using CSS, we can create more space between elements on the page and attain interesting styles that help to distinguish different sections of the page. This lesson will give you a better understanding of the CSS box model, and will teach you to add style to your pages using the various properties.

Lessons