When using a modular approach to CSS, Bootstrap components can be individually overridden by targeting their specific ___.

  • Classes
  • IDs
  • Elements
  • Selectors
The correct option is Classes. When adopting a modular CSS approach, Bootstrap components can be individually customized by targeting their specific class names. This enables developers to override default styles for specific components while maintaining modularity and reusability.
Add your answer
Loading...

Leave a comment

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