Hey, how can I achieve a gradient background,so there is a smooth transition?

Any idea?
thx
Hey, how can I achieve a gradient background,so there is a smooth transition?

Any idea?
thx
Hello Nikolaus,
Thanks for asking. 
It looks like you have made the changes on the website. Please see screenshot. Can you please confirm?

Thanks.
Hey @Prasant
No, thats just a gradient I already did with photoshop haha.
But I think a CSS solution would be better!
any idea?
Best regards
Hi,
You can generate your gradient code from the link below.
Then add the generated code in inline css
eg.
background: rgb(2,0,36);background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);

Though doing it in photoshop and to the image itself is good as you don’t need to add additional css. I would suggest to leave it as is.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.