<div class="revert">
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<p>This is an example of some <strong>strong text</strong> and some <em>emphasized text</em> set to all: revert. If it looks yellow and red, your browser does not support all revert just yet. </p>
</div>
h1, h2, h3, p, em, strong {
color: red;
background-color: yellow;
}
.revert * {
all: revert;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.