Pseudo-classes :short-explanation
What is a Pseudo-class ?
A pseudo-class is a keyword that we add to the selector that specifies state of the selected element(s).
For example :
When the user hovers over the element - :hover can be used
When the input field is under focus - :focu...
prasadk.hashnode.dev1 min read