Margin properties specify the spacing between elements outside of their border:
| Property | Value | Notes |
| margin-top: | <length> | Sets the top margin |
| margin-right: | <length> | Sets the right margin |
| margin-bottom: | <length> | Sets the bottom margin |
| margin-left: | <length> | Sets the left margin |
| margin: | <top> <right> <bottom> <left> | Sets the margin on all sides at once |