margin

Sets the margin area on all four sides of an element (outside the border).

Syntax

css
margin: value;
margin: top right bottom left;

Example

css
.card { margin: 16px; }
.section { margin: 48px auto; }
.btn { margin-top: 24px; }