Highly Responsive Coming Soon Page Dev using Basics HTML, CSS & Js

Solution retrospective
Hey there :)
Just completed this challenge, the part am confused is on the linear gradient and the part I loved is the Email collection part.
How can I place the two gradients together to get the one like that of the challenge preview?
Otherwise, Thanks in Advance for viewing and trying to Like my solution :)
#KeepCodingKeepTheSpirit
Please log in to post a comment
Log in with GitHubCommunity feedback
- @pablo-92
Hi Juma, nice work! If you mean the button gradient, it could be something like:
.button { background: linear-gradient (<first color>, <second color>, <thrid color>, <and as many as you want!>) }
There's some more stuffs you can do with it, like rotate it, or set the amout of space you want a color cover. Look more here.
If this isn't what you meant, let me know, and I'll help you!
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord