CSS Selectors Guide
CSS Selectors
CSS Selectors are used to target the Html elements you want to style.
CSS Selectors Types:-
Universal Selector
Universal Selector is used to select all the tags at the same time.
# Example of Universal Selector
*{
background-color...
shubhamsharaff.hashnode.dev2 min read