CSS Property: border-right-width
The width of the right border of a box, to the right of the content and padding areas and before the right margin area.
Possible Values
| Value | Note | Example |
|---|---|---|
| [length] | Should not be a negative value. | 10px |
thin | ||
medium | ||
thick | ||
inherit | ||
initial | ||
unset | ||
Example
#sandlizard { border-right-width: 5px; }
