I am working on an assignment while teaching myself to code.
p.important {
font-size: 1.5em;
font-weight: 900;
}
<p class="important">Warning: We have no slow lorises here.</p>
This is supposed to change the font size to 150% and bold...but it's not working. Everything else in my code is running the way I want. But I can't get this to work. Am I missing something?