CSS Padding-Bottom Property

Description:
Specifies the bottom padding properties for the element.
Syntax:
padding-bottom: [value];
Possible Values:
- [padding-width]
- inherit
Initial Value:
0
Applies To:
All elements
Inherited:
No
Media:
Visual
Example:
h2 {padding-bottom: 10em;}





