CSS Pseudo elements and classes
Pseudo-elements
Pseudo elements is used to apply styling to specified part of the selected element.
For example to style the first line of the paragraph you can use :: first-line and now you can do whatever styling you want to do on first line of the...
poojadesh.hashnode.dev5 min read