.footer
   .title This is title class
   p This is p tag
View Compiled
.footer :is(.title, p) {
    color: green;
}

.footer p {
   color: red;
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.