Unboxing the box model
Whenever we start building a website, we can immediately see that all elements are displayed as a box. Why is this? π€ The browser represents them as rectangles according to the CSS box model.
Every box element (like a div) has different properties t...
cristinapadilla.hashnode.dev2 min read