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