Pseudo Classes : hover :focus :first-child :last-child : nth-child
Pseudo Classes ->
1. Hover :-
Hover is used when a mouse cursor comes over a element and then for that particular element some features are fired (while hovered on the element).
Syntax
Output
Hover on the upper container
Hover on the lower ...
anirban-629.hashnode.dev2 min read