Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Inline Problems regarding Text Color. Reply To: Inline Problems regarding Text Color.

#210462
bearhead
Participant

I’m pretty sure you can’t give text a gradient using color:

It looks like you’re using the gradient background method, but that needs to be set with background:

Here is an example from Chris:
https://css-tricks.com/snippets/css/gradient-text/
I think it only works on webkit browsers though…