HTML Dog
Skip to navigation

CSS Property: padding-bottom

The bottom padding of a box, inside the bottom margin and border areas, and outside the bottom of content area.

Possible Values

ValueNoteExample
[length]Should not be a negative value.10px
[percentage]Calculated as a percentage of the containing box’s width.
Should not be a negative value.
25%
inherit
initial
unset

Example


#guillemot { padding-bottom: 1.5em; }

Browser support