I’m trying to apply a linear gradient to a background, but now matter what I do it’s always showing white.
I change the background to a basic color like blue and it worked so the issue it’s
definitely on my code.
Maybe you could see something that I’m missing ;(
The code is this: background: linear-gradient(179.97deg, #E6007E 0.03%, #8D43D7 56.13%, #5552D3 100.67%);
There is little information here but try this, if you've written this line in a specific style.css file.
This line must "overwrite" the default css hence the mention !important at the end.
I’m applying this to the body of my layout page. The thing is I can apply a basic color but the linear gradient is not generating the webkit line.
(Sorry my english is really basic)
Ahhh nevermind...
the first code worked from the beggining.
Somehow, since I didn't had content at all it was not displaying the colors.
Thank you so much!