Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 3 件の返信
  • 11 人がこの問題に困っています
  • 13 回表示
  • 最後の返信者: 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;

すべての返信 (3)

more options

この投稿は cor-el により に変更されました

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 により に変更されました