Border right: style + color + width
border-right

Set the right-side border's style, color and width.
Property values
This property sets these three right edge properties, which may be specified in any order:
- border-right-style
- border-right-color
- border-right-width
See the separate specifcations for border-style, border-color and border-width.
Examples
border-right: solid black 1px;