Now that we understand how the box model works, we can try to build a simple layout for our HTML page, as shown in the following diagram:

Our layout will have a container with a sidebar on the right, and at the bottom a footer. A very basic layout for a lot of websites.
This layout will be inside a container that will be centered on the page. Without further ado, let's get started!