Introduction
This article will introduce the CSS box model, which we can use when designing the website layout.
Every HTML element, such as <div> is wrapped around the box, which consists of padding, border and margin.
Box Model - Padding, Border, ...