<div id="content">
<p class="normal">Elijah is a Software Developer in training at microverse</p>
<p class="important">Elijah is also a mentor at microverse and he has worked on many projects in the course of his training at microverse</p>
</div>
#content p {
color: red;
}
.normal {
color: blue;
}
.important {
color: blue !important;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.