The margin CSS shorthand property sets the margin area on all four sides of an element. Definition and Usage The margin property sets the margins for an element, and is a shorthand property for the following properties: margin-top margin-right margin-bottom margin-left If the margin property has four values: margin: 10px 5px 15px 20px; top margin […]