Css box model
-- By default in the CSS box model, the width and height you set to an element is applied only to the element's content.
---The width and height properties include the content, but they do not include. the padding, border, or margin.
box-sizing:conte...
diwakar7.hashnode.dev1 min read