0
Adding text
How do I add a text after the :: before pseudo element, it's only image I can add
1 Antwort
+ 6
html
<h1> this is heading 1 </h1>
Css
h1::before{
content:"before heading 1"
}
How do I add a text after the :: before pseudo element, it's only image I can add