You are here : cssCSS 3border-bottom-right-radius

border-bottom-right-radius - CSS 3

The border-bottom-right-radius property defines the shape of the border of the 
bottom-right corner.Tip: This property allows you to add rounded borders to elements!


Syntax

border-bottom-right-radius: length|% [length|%]|initial|inherit;


Example

div
	{
	   
	border: 2px solid;
	   
	border-bottom-right-radius: 2em;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference