what is Selectors in CSS?
What is the Selectors
CSS Selectors are used to Select the content you want style
Selectors are part of CSS Rule set.
css selectors Select HTML element According to its id,class,Tag, Type ect.
Every Css rule the general Pattern
``` select...
jaswant55.hashnode.dev2 min read