HTML Dog
Skip to navigation

CSS Property: outline-width

The width of the outline around a box.

Possible Values

ValueNoteExample
[length]Should not be a negative value.10px
thin
medium
thick
inherit
initial
unset

Example


.williams { outline-width: 0.5em; }

Browser support

Can I Use outline? Data on support for the outline feature across the major browsers from caniuse.com.