Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

How can I get gradient text in mozilla without using images and only by using css

  • 3 respostas
  • 11 têm este problema
  • 13 visualizações
  • Última resposta de cor-el

more options

just like we can achieve gradient text using the below css code background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef109));

          -webkit-background-clip: text;

-webkit-text-fill-color: transparent;

just like we can achieve gradient text using the below css code background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef109)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;

Todas as respostas (3)

more options

Alterado por cor-el em

more options

I just want to give a gradient color to my text in a div with no background color.How can I achieve it?

more options

Alterado por cor-el em