CSS Box Model
Introduction
The browser engine always renders the elements rectangular as per the CSS basics box model.
This box ๐ consist of 4 parts content, padding, border and margin.
Content
It consists of the real content of the element i.e. text, image,...
moreshwar.hashnode.dev1 min read