OUTLINE-WIDTH Property In CSS
outline-width Property in CSS
outline-width property Declares the width of the outline.
Possible Value:
Lengths or the following predefined values: thin medium thick
Examplediv { outline-width:2px; }
div { outline-width:thin; }