Design comparison
SolutionDesign
Solution retrospective
It took me about 2 hours to finish this challenge. Happy Coding 💻❤️
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Anton, congratulations for your new solution!
Your solution seems great, you've done a good work putting everything together, the only thing to fix is the background thats not full size. To make the background fit the screen
height
usebackground-size: contain
and replace it removing it from themain
and inserting it tobody
:body { background: url(images/bg-desktop.svg) left no-repeat, var(--violet); background-size: contain; }
After that you'll see the differences.
👾My rating for this solution: ⭐⭐⭐⭐⭐
👋 I hope this helps you and happy coding!
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