What are the four components of “the Cascade”
source order (the bottom most gets the application of the rule set), inheritance, specificity (some selectors are given more priority than others), and !important.
What does the term “source order” mean with respect to CSS?
The bottom most ruleset gets priority
List the three selector types in order of increasing specificity.
type, class, id
why is using !important considered bad practice?
Breaks natural cascading and makes debugging difficult