Day#2: Programming Log - 'box-sizing: border-box'
In CSS, elements are made of the content box itself, as well as the padding, border and margin.
You can see the classic box model applied to each element when you hover over to inspect:
box-sizing: border-box allows you to change the box model so ...
plantcode.hashnode.dev
Nikhil K
For reference please see Kevin Powell's excellent video! youtube.com/watch