+ 1
How to color one letter in a word or heading
make each letter of different color in single world
5 Réponses
+ 4
You have to set each letters an ID. And style it on CSS.
+ 4
Jay Matthews That's really a looong code. Setting its ID each and do it with CSS is much shorter. :)
+ 3
Use
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
to assign linear gradient color to letters only
https://code.sololearn.com/WwgD3sHiuhxy/?ref=app
+ 1
https://code.sololearn.com/WhrJ8d51q65G/?ref=app
0
no ouput???