Border Left
{border-left: width style color}The border-left property lets you simultaneously set the width, style, and color of an element's left border. Any omitted values will revert to their initial values.
Example:
P {border-left: medium solid #800000}
If you are using a CSS-enabled browser, this paragraph has a medium, solid, maroon left border.