You are here : cssCSS 3margin-right

margin-right - CSS 3

The margin-right property sets the right margin of an element.Note: Negative values are allowed.


Syntax

margin-right: length|auto|initial|inherit;


Example

p 
	{
	   
	margin-right: 2cm;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference