Home → References → CSS 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 is hosted by Titan Internet
Possible Values
- [combines
outline-color,outline-styleandoutline-width]
Example
.ferrari { outline: 3px solid red; }

