<style>
body {
  color: green;
}
div {
  color: initial
}
</style>

I'm text directly in the <code>&lt;body></code>

<p>I'm text in a <code>&lt;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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.