<h1 class="toto">titre</h1>
<h2>Sous-titre</h2>
<p>Lorem ipsum dolor sit amet</p>
<p>Lorem ipsum dolor sit amet</p>





.toto{
  color: red;
}
:not(.toto) {
    color: green;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.