Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
div { height: 100px; width: 100px; margin: 10px 0;}
div.blue_bg { background: #00f;}
div.green_bg { background: #0f0;}
div.blue_bg.green_bg { background: #ff0;}/*yellow*/<div class="blue_bg">
<p> </p>
</div>
<div class="green_bg">
<p> </p>
</div>
<div class="blue_bg green_bg">
<p> </p>
</div> ... But IE seems to bug on this.
* {
margin: 0;
padding: 0;
}
1 to 4 of 4