BORDER-LEFT-STYLE Property In CSS
border-left-style Property in CSS
border-left-style property Declares the style of the left border.
Possible Value:
none hidden dotted dashed solid double groove ridge inset outset
Examplediv { border-left-style:solid; }
div { border-left-style:inset; }