All you need to know about CSS Selectors.
CSS Selectors are used to select HTML elements that you want to style. Selectors are part of CSS rule set.
Basic Selectors
1. Universal selectors:
Universal selector selects any type and all the elements in the HTML document. It is depicted by ...
sourita.hashnode.dev4 min read