CSS Padding
PropertyValuesDescription
padding padding-top
padding-right
padding-bottom
padding-left
Sets the padding properties in one statement

padding-bottom

length
%
Sets the bottom padding of an element

padding-left

length
%
Sets the left padding of an element

padding-right

length
%
Sets the right padding of an element
padding-top length
%
Sets the top padding of an element


Example

This is just a test to see if padding properties work with a paragraph. I set the padding to 10pt which should set thepadding inside of the object. I also set paragraph width and put a border around it. Right mouse click and view source to see.