Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 3 odpovědi
  • 11 má tento problém
  • 3 zobrazení
  • Poslední odpověď od 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;

Všechny odpovědi (3)

more options

Upravil uživatel cor-el dne

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

Upravil uživatel cor-el dne