CSS Box Model
Testing the paragraph area
- Margin
- Border
- Padding
- Content
The CSS box model is a container that contains multiple properties
including borders, margin, padding, and the content itself.
This is for the content box
he width and height properties (and min/max properties) includes only the content. Border and padding are not included
This is for border box