Guide to CSS Selectors
CSS selectors
CSS selectors are used to find the html elemnts which you want to style.
Types of CSS selector :-
1. Universal Selector ->
This selector is used to select all the elements of html document.
2. individual Selector ->
By using this sele...
malikdeepak09.hashnode.dev2 min read