HomeReferencesCSS Properties

CSS Property: outline

Specifies an outline for a box. Rendered around the outside of the border and on top of the box, so it does not affect its size or position. The value can combine outline-color, outline-style and outline-width. Not supported by IE/Win or Mozilla.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

Example


.ferrari { outline: 3px solid red; }