Design comparison
SolutionDesign
Solution retrospective
Why is the button hover state not working for media queries when device width is less than 700px ? Also how can i give the gradient color like the given in the challenge for the left container ?
Community feedback
- @0x-UGPosted 12 months ago
To give gradient color , select the button in css then use background-color: linear-gradient(to left(or whatever direction you want the gradient to go) , the 2 colors you want to combine separated by commas)
eg background-color: linear-gradient(to right, blue, red) using hsl colors for gradients are advised tho. Good luck
0
Please log in to post a comment
Log in with GitHubJoin 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