When modifying Bootstrap's styles, it's common to use ___ selectors to increase specificity.

  • Descendant
  • Child
  • Adjacent
  • Universal
Using descendant selectors is common when modifying Bootstrap styles to increase specificity. Descendant selectors target elements that are descendants of a specified element, allowing you to apply styles more precisely.
Add your answer
Loading...

Leave a comment

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