Description

Sets the width of an outline around an element. When using thick width outlines look at using margins as well to stop the outline covering other elements.

Example

 p{
  outline-width:thick; 
  outline-style:solid; 
  outline-color:green; 
  margin:thick;
}

Values
length values of thin, medium, thick,
Default value
medium
Introduced in CSS version
2.1
Applies to elements
All
Inherited
No
Browser Support
BrowsersIE ieFirefox firefoxSafari safariOpera operaChrome chrome
Versions81.51.270.2
Belongs to:

See the full list CSS properties and browser support: CSS Properties