CSS Padding Property

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





