CSS Property - Padding Bottom

Value: <length> | <percentage>
Initial: 0
Applies to: all elements
Inherited: no
Percentage values: refer to width of closest block-level ancestor

The CSS property "padding-bottom" sets the bottom padding of an element.

Example:

blockquote{
padding-bottom: 2em;
}

Padding values cannot be negative.