CSS Fundamentals: understanding Conflicting Declarations and Cascade.
What's a conflicting declaration in CSS?
When two or more CSS rules apply to the same element and define the same property with different values there's a conflicting declaration.
Assume you've written two CSS rules for an element. The CSS rules ...
tech-scribe.hashnode.dev3 min read