5 October 2021

Time for a CSSiesta

It's time to add to our CSS knowledge. One fundamental item is the box model. This dictates how elements (which are rectangles) are displayed on a web page. There are four layers.

These things can be explored in the browser tools under Elements. Click on an element and you can see its box model properties.

To learn about the box model, there is a project on the specs page.