<div style="color: #00ffff;" class="hoge--important hoge">
!important
</div>
<div style="color: #00ffff;" class="hoge">
style
</div>
<div id="fuga" class="hoge">
id
</div>
<div class="hoge">
class
</div>
<div>
div
</div>
.hoge--important {
color: black !important;
}
#fuga {
color: #00ff7f;
}
.hoge {
color: red;
}
div {
color: #ffd700;
}
div {
color: #9370db;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.