Changing size of gradient causes it to fade
I have a linear gradient. This is my code: background: linear-gradient(145deg, #3fd8f6 50%, #609210 50%); It looks like this: I want to change it so that the blue part is smaller than the green part. So I changed my code to this: background: linear-gradient(145deg, #3fd8f6 30%, #609210 70%); But that causes the gradient to fade:… Read More Changing size of gradient causes it to fade