CSS Property: border-top-color
The color of the top border of a box.
Possible Values
| Value | Example |
|---|---|
| [color] | #f00 |
inherit | |
initial | |
unset | |
Example
.wasp { border-top-color: yellow; }
border-top-colorThe color of the top border of a box.
| Value | Example |
|---|---|
| [color] | #f00 |
inherit | |
initial | |
unset | |
.wasp { border-top-color: yellow; }