CSS Margin Property

Description:
Sets the margin properties. Used as a type of shortcut, instead of
listing each property separately.
Syntax:
margin: [value1] [value2] ...
Possible Values:
- [margin-width]
- inherit
Initial Value:
Not Defined
Applies To:
All elements
Inherited:
No
Media:
Visual
Example:
body {margin: 10px 25px 15px 25px;}





