text-shadow CSS on mobile devices

1

I have made a neon effect in text on a web, on the web it works correctly but on mobile devices like android or this effect is not shown.

the code of the effect is:

text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #F00, 0 0 70px #F00, 0 0 80px #F00, 0 0 100px #F00, 0 0 150px #F00;

Any ideas on how to solve it?

Thanks in advance.

    
asked by El Tito Barte 07.04.2018 в 19:58
source

0 answers