Padding Borders and Margin

padding-bottom

Defines the amount of space in the bottom edge between the content and border of an element and the edge of the background. The percentage is based on the width of the containing element.

Example

padding-bottom: 4em; 

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

em Relative length value. A em unit is equal to the font-size value of the element used.
Percentage value The regular format of a percentage value.
px Pixel, a pixel unit represents a single dot on the screen.

Related properties

Can be used with..

Search the Soup!