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