CSS Pseudo-element :before Selector
What is a CSS Pseudo-element :before Selector?
- The :before pseudo-element selector allows content to be generated before the specified element. The content property is used to specify the content which will be generated. In the following example, an image will be displayed before the start of each <p> element.