+ 2
Make a linear-gradient in different directions.
Is it possible to make a linear gradient background where green comes from the top left, blue from the top right, orange from the bottom and red in the middle?
3 Respuestas
+ 4
Thats how it is broh... It has to be like that... I don think there is a way you can put multiple gradients...
+ 3
You use the format :
>>background-image: linear-gradient(left, color1, ...to color x);
Where left can be switched with 'to top right', 'to bottom left' etc etc...
Or switch left with degrees eg (-45deg)...
0
It doesn't work? If I put another linear-gradient, then the second linear-gradient overlaps the first one etc.