<section>
  <p>text</p>
</section>
@scope (section) {
  p {
    color: blue;
  }
}

p {
  color: red;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.