#css
Articles
CSS Specificity Scoring System Explained
CSS Specificity is an algorithm that is used to determine which rule is the most specific. For that, CSS uses an scoring system.
CSS Cascade Explained For Beginners
The cascade is an algorithm used for solving conflicts when multiple CSS rules apply to the same HTML element.