CSS Basic Selectors Tutorial
Selectors target HTML elements that we want to style with CSS. By associating our declarations with one (or many!) elements in our HTML document.
The 4 basic selectors are element, .class, #id & * (universal).
Element selectors
An element selector wi...
rembertdesigns.hashnode.dev5 min read