You are here : cssCSS 3margin-bottom

margin-bottom - CSS 3

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


Syntax

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


Example

p 
	{
	   
	margin-bottom: 2cm;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference