The margin shorthand property sets all the margin properties in one declaration. This property can have from one to four values.Examples:Note: Negative values are allowed.
margin: length|auto|initial|inherit;
p { margin: 2cm 4cm 3cm 4cm; }