Multiple Inherited Properties
Preview
Code
<style>
.parent{
color:#0ea5e9;
font-family:Verdana;
font-size:18px;
}
</style>
<div class="parent">
<p>Paragraph inherits color, font, and size.</p>
</div>
<style>
.parent{
color:#0ea5e9;
font-family:Verdana;
font-size:18px;
}
</style>
<div class="parent">
<p>Paragraph inherits color, font, and size.</p>
</div>