Back to CSS1 Reference | CSS1 Properties
Prev padding | Next padding-left
- Property
- padding-bottom
- Values
- <length>, <percentage>
- Initial
- 0
- Inherited
- no
This property sets the bottom padding of an element.
BLOCKQUOTE { padding-bottom: 2em }
Padding values cannot be negative.