Google
CSS Outline-Width Property

Description:
Specifies the width of the outline of the element.
Syntax:
outline-width: [value];
Possible Values:
  • [border-width]
  • inherit
Initial Value:
medium
Applies To:
All elements
Inherited:
No
Media:
Visual, Interactive
Example:
h2 {outline-width: thin;}