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.