To increase the specificity of a class selector without adding more elements or IDs, you can __________ the class name in the selector.

  • Extend
  • Nest
  • Override
  • Repeat
When you need to increase the specificity of a class selector in CSS without adding more elements or IDs, you can use the :extend() pseudo-class to extend the class name in the selector.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *