CSS PADDING-RIGHT - CSS3 Examples

CSS PADDING-RIGHT

Written by jon on 11:42 PM
This property controls the size of the right padding of an element’s rendering box. Negative values are not allowed.
Example
blockquote { padding-right: 3em }

<blockquote style=”padding-right: 3em”>This is some text</blockquote>

Possible Values
Value Description
inherit Explicitly sets the value of this property to that of the parent.
[length] Refers to either an absolute measurement or a relative measurement based on the current element's font size.
[percentage] Refers to a percentage of the width of the current element's containing block.

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS PADDING-RIGHT ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :