How do u make a text glow witha particular color in HTML | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

How do u make a text glow witha particular color in HTML

15th Aug 2018, 12:07 PM
Amo Mensah Isaiah
Amo Mensah Isaiah - avatar
3 Respostas
+ 2
Heres example of infinite glowing text: https://code.sololearn.com/WaGwpTQzt3CR/#html Found the answer here. Feel free to check out: https://www.w3schools.com/css/css3_animations.asp I would like to here if this solved your problem ā˜ŗ
15th Aug 2018, 1:16 PM
null
null - avatar
+ 1
How??
15th Aug 2018, 12:08 PM
Amo Mensah Isaiah
Amo Mensah Isaiah - avatar
+ 1
Hi isaiah amo mensah, you can highlight text with tje following tag or CSS <mark> text will hightlight </mark> or via CSS #text { width: width of your text; height: height of your text; background-color: yellow; } Hope this will help your questionšŸ˜‰
15th Aug 2018, 12:46 PM
šŸŒ“Vincent BergeršŸŒ“
šŸŒ“Vincent BergeršŸŒ“ - avatar