SitePoint
Reference
CSS
Box Properties
Borders and Outlines
outline-color
CSS Live Demo: outline-color
(this page)
See also:
All Live Demos
CSS Live Demo: outline-color
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#example a:hover { outline-color:green; } a:hover { outline:5px solid red; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div id="example"> <p>Dante's <a href="http://en.wikipedia.org/wiki/La_Vita_Nuova">La Vita Nuova</a> — in common with the vast, vast majority of everything that's been written, sung or said <em>about love</em> — is not really about love at all; it's about <strong>infatuation</strong>. </div>
Show me!
Your results appear here: