HomeReferencesCSS Properties

CSS Property: outline-width

Specifies the width of an outline. Not supported by IE/Win or Mozilla.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • [length]
  • thin
  • medium
  • thick

Example


.williams { outline-width: 0.5em; }