borderTopColor

The border-top-color CSS property sets the color of an element's top border. It can also be set with the shorthand CSS properties border-color or border-top.

Syntax: <color>

Initial value: currentcolor

| Chrome | Firefox | Safari |  Edge  |  IE   |
| :----: | :-----: | :----: | :----: | :---: |
|   1    |    1    |   1    |   12   |   4   |

See also