<div>
<p>My font size is 48 pixels<p>
</div>
html {
font-size: 16px;
}
div {
font-size: 2em;
}
p {
font-size: 1.5em;
}
html {
font-family: arial;
color: midnightblue;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.