0
In chrome i tried to apply gradient background colour but it doesn't work could you please help me.
Please suggest correct way.
3 Respostas
+ 2
Please link your code so we can check on it.
+ 1
Kajal Patel
The CSS code which you used to make background gradient should be like this:
background-image: linear-gradient(#0f0005,#05000f);
use your own color values and direction.