border-color

Previous- border-width  |  Next-border-style

Description

The border-color property sets the color of an element's border. Between one and four color values are specified. If four values are given, they apply to top, right, bottom, and left border color, respectively.

If one value is given, it applies to all sides. If two or three values are given, the missing values are taken from the opposite side.


Initial Value : the value of the color property

Applies to : all elements

Inherited : no

Possible Values
<color> | transparent | inherit  {1,4}


Previous- border-width  |  Next-border-style