<div class="class" id="id">Test</div>
<br>
id + important win
#id{color: magenta !important;}
#id{color: purple;}
.class{color: grey;}
.class{color: white !important;}
div{color: green !important;}
div{color: aqua;}
*{color: orange !important;}
*{color: yellow;}
body{
background-color: rgb(30,30,30);
color: white;
font-family: verdana;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.