SitePoint
Reference
CSS
The Cascade, Specificity, and Inheritance
Inheritance
The CSS Property Value inherit
CSS Live Demo: The CSS Property Value inherit
(this page)
See also:
All Live Demos
CSS Live Demo: The CSS Property Value inherit
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
p { color:#000; } p a:link { color:inherit; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<p><a href="#">The Force</a> is strong with this one.</p>
Show me!
Your results appear here: