Easy Tutorial
❮ Css Ref Aural Sel Attr End ❯

CSS padding-right Property

Example

Set the right padding of a P element:


Property Definition and Usage

The padding-right property sets the right padding (space) of an element.

Note: Negative values are not allowed.

Default value: 0
Inherited: no
--- ---
Version: CSS1
--- ---
JavaScript syntax: object.style.paddingRight="2cm"
--- ---

Browser Support

The numbers in the table specify the first browser version that fully supports the property.

Property
padding-right 1.0 4.0 1.0 1.0 3.5

Property Values

Value Description
length Specifies a fixed right padding in units such as pixels, centimeters, etc. The default value is 0px.
% Defines the right padding as a percentage of the parent element's width. This value may not work as expected in all browsers.
inherit Specifies that the right padding should be inherited from the parent element.

Related Articles

CSS Tutorial: CSS Padding

❮ Css Ref Aural Sel Attr End ❯