You are here : cssCSS 3border-right-style

border-right-style - CSS 3

The border-right-style property sets the style of an element's right border.


Syntax

border-right-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;


Example

p 
	{
	   
	border-style: solid;
	   
	border-right-style: dotted;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference