Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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

  • 3 одговорa
  • 11 има овај проблем
  • 3 прегледа
  • Последњи одговор послао 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