QR Code Component using HTML & CSS

Solution retrospective
I'm proud that I managed to build the component from scratch using only HTML and CSS. It helped me better understand box model, alignment with Flexbox, and spacing techniques.
What challenges did you encounter, and how did you overcome them?Aligning the card in the center of the screen on all devices was tricky at first. I solved it by using Flexbox on the body and setting min-height: 100vh.
What specific areas of your project would you like help with?I’d like feedback on the structure of my CSS file and if there’s a more efficient way to manage spacing and alignment without too much margin/padding.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Ikram Eddahby's solution.
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