CSS Padding-Bottom Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
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;}