Css Selectors
Intro
In CSS, selectors are patterns used to target the element we need to style.
1.Simple Selectors
simple selectors targets things that are directly linked to HTML. Classes can be added to HTML elements, tag/elements selectors refer to HTML element...
hemanth353.hashnode.dev2 min read