<p>Will be blue, because of importance.</p>
<div class="second first" style="background: red">
</div>
xxxxxxxxxx
.first {
background: blue !important;
}
.second {
background: green;
}
/* etc. */
div {
width: 10em;
height: 10em;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.