Margins

Margin properties specify the spacing between elements outside of their border:

margin: 30px
margin: 0px
margin: 15px
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