Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
| padding-right |
0
All elements
No
Refer to the width of the containing block
For percentage values, as declared; for length values, the absolute length
Defines the width of the right padding for an element. Right padding set for an inline nonreplaced element will appear only on the right edge of the last inline box generated by the element. Negative padding values are not permitted.
img {padding-right: 30px;}
ol {padding-right: 5em;}