What are CSS Selectors & How Do They Work?
What are CSS selectors?
CSS selectors are used to define the elements you want to style with CSS.
They can be broadly divided into six categories:
Universal Selector (*)
Individual selector (tag name)
Class (.) and Id (#) selector
Group Selector (,...
blog.madhabapatra.com4 min read