outline-width

The outline-width property specifies the width of the outer border of an element. Unlike the border-width property, outline-width cannot be set to a border for each side of an element individually. For outline-width to work, you need to set the outline-style property to anything other than none.

Syntax



outline-width: border-width | inherit;