CSS Selectors & Pseudo Selectors
Css selectors:
The selector is the opening portion of a CSS ruleset that defines what HTML elements the declarations inside the curly braces should affect:
1)Universal CSS Selector:
Universal selector is declared using an asterisk(*). It is used to ...
rohinirho.hashnode.dev4 min read