A Complete Guide to Pseudo-Elements ✨
What are pseudo-elements?
A CSS pseudo-element is a keyword added to a selector used to style a specific part of the selected element(s). For example, ::first-letter can be used to change the font and colour of the first letter of a paragraph.
/* Th...
habibawael.hashnode.dev4 min read