CSS Selector: All You Need To Know
What are CSS Selectors?
CSS Selectors are the ones that select the HTML element you want to style. CSS Selectors select the HTML element based on its id, class or attribute.
Basic Selector
Universal Selectors:
The * symbol is used to select every e...
anupamkumarkrishnan.hashnode.dev7 min read