Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

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

  • 3 yanıt
  • 11 kişi bu sorunu yaşıyor
  • 13 gösterim
  • Son yanıtı yazan: 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;

Tüm Yanıtlar (3)

more options

cor-el tarafından tarihinde düzenlendi

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

cor-el tarafından tarihinde düzenlendi