Adding text | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Adding text

How do I add a text after the :: before pseudo element, it's only image I can add

2nd Sep 2020, 11:18 AM
Adebanjo Israel
Adebanjo Israel - avatar
1 Respuesta
+ 6
html <h1> this is heading 1 </h1> Css h1::before{ content:"before heading 1" }
2nd Sep 2020, 11:24 AM
TOLUENE
TOLUENE - avatar