#border-right
Shorthand property for border-right-width
border-right-style
and border-right-color
.
border-right: 4px dotted red;
The order is important:
- width
- style
- color
border-right: 2px solid;
Only the color is optional. If you omit it, the color applied will be the color of the text.