HTML and CSS Reference
In-Depth Information
Name
padding-right
Values:
<length> | <percentage>
Initial value:
0
Applies to:
All elements
Inherited:
No
Percentages:
Refer to the width of the containing block
Computed value:
For percentage values, as declared; for length values, the absolute length
Description:
Defines the width of the right padding for an element. Right padding set for an inline non-
replaced element will appear only on the right edge of the last inline box generated by the
element. Negative padding values are not permitted.
Examples:
img {padding-right: 30px;}
ol {padding-right: 5em;}
Search WWH ::




Custom Search