Design comparison
Solution retrospective
Hey, any solution for overrading the btn-primary:hover ? I've tried everything, but nothing worked. Bye!
Community feedback
- @correlucasPosted about 2 years ago
πΎHello @filecc, Congratulations on completing this challenge!
π¨ Here are some tips to improve your component design:
Your background is applied but its not too similar to the design yet. Add
background-size: contain
instead ofbackground-size: cover
to make it display the size full width and center with the card vertically. Note that now is slightly different from the challenge design. Add the background color to make the constrast instead of using whitebackground-color: #e8eeef;
body { background-size: contain; background-image: url(./images/pattern-background-desktop.svg); background-repeat: no-repeat; font-family: 'Red Hat Display', sans-serif; text-align: center; background-color: #e8eeef; }
βοΈ I hope this helps you and happy coding!
Marked as helpful0@fileccPosted about 2 years ago@correlucas thank you, it was helpful! (personally, I liked the white background) π
1
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