Pseudo elements ::short explanation
What is a pseudo-element ?
A pseudo-element is keyword that we add to the selector which helps tp style the element(s).
For example :
If you want to change the first letter or first line - use ::first-letter or ::first-line
If you want to add som...
prasadk.hashnode.dev2 min read