CSS Property - Padding Right
Value: <length> | <percentage>
Initial: 0
Applies to: all elements
Inherited: no
Percentage values: refer to width of closest block-level ancestor
The CSS property "padding-right" sets the right padding of an element.
Example:
blockquote{
padding-right: 2em;
}
Padding values cannot be negative.
- « Previous
- |
- 1
- |
- 2
- |
- 3
- |
- 4
- |
- Next »


