padding-bottom
Definition
The padding-bottom property specifies the width between the element's content and the bottom border, represented by the yellow highlighted area in the illustration below.

Example
h1 {padding-bottom: 10px}
Characteristics
Possible values
- A specific length, a percentage of the parent element's width or the keyword
auto. inherit- Use the same computed value as the parent element for this property.
Default value
0
Applies to
Most elements
Inherited
No
See also