I need help understanding please

please what does this code do to my image if i use it?

background-image: linear-gradient(
115deg,
rgba(58, 58, 158, 0.8),
rgba(136, 136, 206, 0.7)
),

Have you tried it to find out? This should be pretty easy to test.

the 115deg didn’t really change anything i noticed but the color changed

I’m not sure what effect you are going for so you’ll have to read the documentation for this property and then play around with it until you get what you want. You can adjust the numbers dynamically using the dev tools inspector in your browser.

Good luck.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.