Specificity

Term side of the Card
Topic: Basics
Unit title: Specificity
Categories: Concept
Explanation side of the Card

Explanation: The fundamental concept that determines which styles are applied to an element when multiple rules could apply. It's calculated based on the types of selectors used, with IDs having higher specificity than classes and classes having higher specificity than element selectors.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub