CSS Pseudo-elements
CSS Pseudo-elements Pseudo Elements: Pseudo-element in CSS is used to add style in specified parts of an element. Example: Using style before or after an element. Syntax: selector::pseudo-element { property:value; } Use of Pseudo-Element Here, some examples describe the use of pseudo-element. 1. first-line Pseudo-element: It is used to make changes to […]