CSS - Spacing (Box Dimension)
About
spacing in CSS is not a specific term but refers generally to the setting of the following of a box properties:
- CSS - Padding - the padding set how far from the border the text should be and is an area taken into account in the background
- What is the CSS Margin of a Box? - the margin set how far from an other box the box should be
This two elements helps calculate the sizing of a box (width and height)