HTML Dog
Skip to navigation

CSS Property: border-right-color

The color of the right border of a box.

Possible Values

ValueExample
[color]#f00
inherit
initial
unset

Example


.dragonfly { border-right-color: #090; }

Browser support