Home → References → CSS Properties →
CSS Property: outline-width
Specifies the width of an outline. Not supported by IE/Win or Mozilla.
HTML Dog is hosted by Titan Internet
Possible Values
- [length]
thinmediumthick
Example
.williams { outline-width: 0.5em; }

