CSS Padding-Right Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
Specifies the right padding properties for the element.
Syntax
padding-right: [value];
Possible values
- [padding-width]
- inherit
Initial Value
0
Applies To
All elements
Inherited
No
Media
Visual
Example
h2 {padding-right: 10em;}