Sets the width of the element's right border.
border-right-width: value;
<div class="example">solid</div>
.example { border: 1px solid blue; border-right-width: 10px; }