1

How to display gradient fill text without using image in html.

Hennes
  • 65,804
  • 7
  • 115
  • 169

2 Answers2

1

You should use SVG, Scalable Vector Graphics for that.

bandi
  • 674
0

There are many online tools that create gradient text. Of course, each letter has 1 single color.

For instance, you could use this tool: Gradient Text Generator. It generates BBCode and HTML code.

A Google search will find plenty of others, including several that can creates gradients between more than 2 colors.

Snark
  • 33,097