+ 1
I'm having trouble with the linear gradient
So I'm trying to make my project background a linear gradient and it's multiple stripes https://code.sololearn.com/WEhWu19sBdmW/?ref=app https://code.sololearn.com/WEhWu19sBdmW/?ref=app
3 Respuestas
+ 9
Use degree with your linear-gradient
Like this ---
Background: linear-gradient (90deg,#000,#0ff);
It will work fine .
+ 5
OhDEAR your welcome 😊🤟
+ 1
Thank you!