CSS Property: border-bottom-color
The color of the bottom border of a box.
Possible Values
| Value | Example |
|---|---|
| [color] | #f00 |
inherit | |
initial | |
unset | |
Example
.mosquito { border-bottom-color: hsl(0,100%,50%); }
border-bottom-colorThe color of the bottom border of a box.
| Value | Example |
|---|---|
| [color] | #f00 |
inherit | |
initial | |
unset | |
.mosquito { border-bottom-color: hsl(0,100%,50%); }