CSS-Cascade Flashcards
What are the four components of “the Cascade”.
Source Order, Inheritance, Specificity, important! rule
What does the term “source order” mean with respect to CSS?
It is the order in which your CSS rules are written and the last css rule written for an element is applied
How is it possible for the styles of an element to be applied to its children as well without an additional CSS rule?
Through inheritance specific properties can be applied to the children elements
List the three selector types in order of increasing specificity.
Type Selector, Class Selector, Id Selector
Why is using !important considered bad practice?
It makes debugging difficult by disrupting the natural cascading of a CSS stylesheet