QR code component page using flexbox

Solution retrospective
I'm proud of doing most of the work done by myself. I'll try to improve to handle this kind of work single-handedly.
What challenges did you encounter, and how did you overcome them?I did encounter my html body only taking half of the height and I got to google how to fix it. Only then, I was able to start with the flexbox.
What specific areas of your project would you like help with?I would like to ask seniors for feedbacks. My code is a mess as it seems to be. So... How can I make it better overall? I appreciate it, thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RealKendpr
I suggest to use a fluid size for your
.wrapper
. Instead of using a 300px fixed width you can try to use%
.Marked as helpful - @ArryBlack
Hi @mkhantk, great job! The code seems good. You can try making the wrapper div into a main tag for more semantic markup.
Marked as helpful
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