+ 20
How to make multiline texts multicolor with CSS?
Edit : actually I want text multicolor like gradient vertically. Is it possible with CSS?
7 odpowiedzi
+ 8
Seems like you want something like this!
https://code.sololearn.com/WcxtdPnVLJ7u/?ref=app
+ 25
I guess u can use span tag & create id for each line....
if u want to create different paragraphs of multi color u can use div tag... & put id in <p>
https://code.sololearn.com/W7Lo5Io8OK8A/?ref=app
+ 6
Awesome!! Yes I was looking for this. Thanks @Blue
+ 6
Hello☺ Try to use the "pre" tag :)
For example:
<pre>
Here
is some
text
</pre>
+ 2
How to use pseudo classes to make multicolor?
+ 2
How? Can you please explain?
+ 1
use pseudo classes