Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome.
Community feedback
- @Bishalsnghd07Posted 9 months ago
Hi @alfiefraserrobinson
Congrats for completing this challenge 🎉
One suggestion for you might helpful, as I see your code, you have been used height in your body, never ever use that it will only break your layout. It is not effecting small projects, but when you work in larger project from this then using height in your body, will give you disaster result. To rectify you can use
min-height
instead ofheight
.Marked as helpful1 - @luigi-peronePosted 9 months ago
Hi, your submit is almost perfect, just one litte thing you should double the padding between the div.qr-container and the div.heading-container.
Happy coding :)
Marked as helpful1
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