BORDER-RIGHT-WIDTH Property In CSS
border-right-width Property in CSS
border-right-width property Declares the width of the right border.
Possible Value:
Lengths or the following predefined values: thin medium thick
Examplediv { border-right-width:2px; }
div { border-right-width:thin; }