CSS Specificity
CSS specificity is the measure which determines the style to be displayed to an element.
If two selectors are assigned to an element, the one with the highest specificity would be the one used.
Specificity Hierarchy
When determining the magnitude of ...
csssenpai.hashnode.dev2 min read