+ 1
Can add two different colours in same word like if I write love then I want lo to be red and ve to be pink?is this possible?
If yes then how?
4 Réponses
+ 4
Here is it:
https://code.sololearn.com/WcvqtN2Q8YMi/?ref=app
+ 3
Thanks Mr. Barry👍👍
+ 2
This will work:
<span style="color:red">LO</span><span style="color:pink">VE</span>
+ 1
I want to do it in css