HomeReferencesCSS Properties

CSS Property: outline-color

Specifies the colour 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

  • [color]
  • invert

Example


.jordan { outline-color: yellow; }