Latest

recent

CSS padding-right Property

Definition

The padding-right property sets the right padding (space) of an element.
Note: Negative values are not allowed.
Inherited: No

JavaScript Syntax

CSS properties can also be dynamically changed with a JavaScript.
Scripting Syntax: object.style.paddingRight="2cm"

Example

h1
{
padding-right: 10px
}

Possible Values

Value Description
length Defines a fixed right padding. Default value is 0
% Defines a right padding in % of the width of the closest element. This value does not work like expected in all browser

Goto CSS3 and CSS2 complete reference
CSS padding-right Property Reviewed by 1000sourcecodes on 21:09 Rating: 5
Powered by Blogger.