What is CSS specificity, and how to avoid headaches.
Selector specificity in CSS is what will determine what styles are applied in the event of a conflict in styles.
An example would be if you had a paragraph and wanted it to be red. You applied color: red using a type selector (p), but you also appl...
kirsty.hashnode.dev2 min read