This is probably something VERY embarrasing; however it's been bugging me for a while.
In the example below, why are the font sizes not getting applied to the text?
.1px {
font-size: 1px;
}
.100px {
font-size: 100px;
}
<p class="1px"> Hello, world. </p>
<p class="100px"> Hello, world. </p>
No, I'm not using bootstrap, let alone any plugin overwriting the font-size.
EDIT: Thanks for the replies, I called it would be embarrasing.