CSS Selectors
Selectors
A **CSS Selector **selects HTML elements that you want to style in the document.
Basic Selectors
Universal Selector
Selects all the elements. ***Synax: *** * ***Example: *** * it will match all the elements in the document.
*{
color...
sahilahluwalia.hashnode.dev2 min read