I have code that is supposed to display text in monospace.
Code:
.monospace {
font-family: monospace
}
.para-wlf {
margin-top: 1em;
text-indent: 1em;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
Code:
<p class="para-wlf monospace">This is the paragraph.</p>
The monospace font is overridden and I do not get a monopsace font. Would this work is the p was changed to a div?