How do u make a text glow witha particular color in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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