Open stowball opened 10 years ago
Some devs use a combination of linear-gradient, -webkit-background-clip & -webkit-text-fill-color to create gradient-fillled text, like so:
linear-gradient
-webkit-background-clip
-webkit-text-fill-color
background: -webkit-linear-gradient(#000 0%, #f00 100%) repeat-x; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
Unfortunately, this doesn't work in the Android Browser (tested up to 4.3) resulting in a solid, gradient block of color with no readable text.
Some devs use a combination of
linear-gradient
,-webkit-background-clip
&-webkit-text-fill-color
to create gradient-fillled text, like so:Unfortunately, this doesn't work in the Android Browser (tested up to 4.3) resulting in a solid, gradient block of color with no readable text.