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