You are here : cssCSS 3padding-right

padding-right - CSS 3

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


Syntax

padding-right: length|initial|inherit;


Example

p 
	{
	   
	padding-right: 2cm;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference