+ 3
can color gradients be applied to text, or is it strictly used for backgrounds?
7 odpowiedzi
+ 4
yes ... you can use it in big text
+ 4
Gonna have fun with that! :)
+ 3
You can use it in a text or a background but visibility is the most important thing
+ 2
you can use it in both
+ 1
Both elements can have this implemented in their style(s).
0
yes.
html
<p>colored text</p>
CSS
p{color:red}
0
Yes, define your gradient background and use background-clip: text; to "mask" the gradient.