A brief documentation about CSS Selectors
CSS selectors are used to target the HTML elements whose property will be set.
Selectors make it easy to target single/multiple HTML elements.
p{ color: black; }
p->selector
color->property
black->value
Types for CSS selectors :
CSS Element Selector...
techypandaa.hashnode.dev1 min read
Vinay Pratap Singh
Very nice article keep it up