Margins allow you to add a bit of spacing around the outer edge of an element, outside of the element's border.
Usage
A shorthand property that allows you to set all the margin properties in one declaration.
Values
margin-top, margin-right, margin-bottom, margin-left.
Sets the bottom margin of an element.
auto, length, %.
Sets the left margin of an element.
Sets the right margin of an element.
Sets the top margin of an element.