HTML Dog
Skip to navigation

CSS Property: border-top-color

The color of the top border of a box.

Possible Values

ValueExample
[color]#f00
inherit
initial
unset

Example


.wasp { border-top-color: yellow; }

Browser support