<style>
body {
color: green;
}
div {
color: initial
}
</style>
I'm text directly in the <code><body></code>
<p>I'm text in a <code><p></code> with no other special styles.</p>
<div>I'm text in a div with <code>color: initial;</code></div>
body {
margin: 2rem;
font: 16px system-ui;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.