Pseudo Classes - The Easy way to do
Pseudo-Classes
A CSS Technique to apply certain style to an html element when that element is at certain state.
A CSS pseudo-class is simply a keyword added to the end of a selector separated by a colon. Here's what the syntax looks like:
selector:...
warsndpeace.hashnode.dev2 min read