CSS border-right-width Property

CSS border-right-width Property


CSS border-right-width Property
This property sets the width of an element’s right border. 
Syntax -
border-right-width: non-negative length | medium | thick | thin | inherit 
Now we will see the values and their descriptions -
Value
Description
medium
Specifies a medium right border, and this is the default
thin
Specifies a thin right border
thick
Specifies a thick right border
length
We can also give the value in length like in px, etc.
Now we will example -
Example -
Output -