Padding allows you to add space around an element, inside of the element's border.
Usage
A shorthand property that allows you to set all the padding properties in one declaration.
Values
padding-top, padding-right, padding-bottom, padding-left.
Sets the bottom padding of an element.
length, %.
Sets the left padding of an element.
Sets the right padding of an element.
Sets the top padding of an element.