CSS Property: outline-width
The width of the outline around a box.
Possible Values
| Value | Note | Example |
|---|---|---|
| [length] | Should not be a negative value. | 10px |
thin | ||
medium | ||
thick | ||
inherit | ||
initial | ||
unset | ||
Example
.williams { outline-width: 0.5em; }
