CSS Selectors: The Detailed Guide
What is a selector?
CSS selector is used to select the HTML elements that we want to style.
There are so many selectors which we are using to style out HTML documents.
Basic selector
1. Universal Selector
This selector selects all the elements on a w...
rakshitkoyani.hashnode.dev2 min read