Left Border

Syntax: border-left: <value>
Possible Values: <border-left-width> || <border-style> || <color>
Initial Value: Not defined
Applies to: All elements
Inherited: No

The border-left property is a shorthand for setting the width, style, and color of an element's left border.

Authors may also use the border shorthand property.


NOTE Only one border-style value may be given.