SitePoint
Reference
CSS
The Cascade, Specificity, and Inheritance
Inheritance
CSS Live Demo: Inheritance
(this page)
See also:
All Live Demos
CSS Live Demo: Inheritance
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
div { font-size:20px; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div> <p> This <em>sentence</em> will have a 20px <a href="#">font-size</a>. </p> </div>
Show me!
Your results appear here: