Box Model In CSS
Everything on a website is a box
Two Types of Box:-
Block => Every new block elements will start on a new line. We can apply height and width property. Example :- <div>, <p>, <h1>-<h6> etc.
Inline => New elements will not break into a new line. Hei...
mayanksahu.live4 min read