CSS Pseudo-Elements Tutorial
In this tutorial, we’ll be learning about CSS pseudo-elements!
A pseudo-element is used to style specified parts of an element. For example, we could use it to style the first letter (::first-letter), or line (::first-line), of an element. Or we coul...
rembertdesigns.hashnode.dev4 min read