How do i make a rainbow sentence? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i make a rainbow sentence?

I really want to make a rainbow sentence but I can't figure it out.

4th Jun 2020, 8:28 PM
EEScotty
EEScotty - avatar
1 Answer
+ 3
You can use javascript to color every letter or word differently. If you want to use html/css the best you can do is use this { background: linear-gradient(to right, red,orange,yellow,green,blue,indigo); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } but it will only work on webkit browsers
4th Jun 2020, 9:09 PM
JME