CSS Pseudo-element :after Selector
What is a CSS Pseudo-element :after Selector?
- The :after pseudo-element selector allows content to be generated after 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 after the end of each <p> element.