Qr code made using very basic html and css

Solution retrospective
I am most proud of my adaptation, in my process of making the qr code I did have some misinterpretations of the steps and had to make quick adaptations and changes. However next time I wish I instead followed the directions more clearly instead of augmenting them only to fix the errors they later caused.
What challenges did you encounter, and how did you overcome them?I had an issue with sizing and centering. I had difficultly trying to make the qr code smaller to fit within the body containtor instead of bleeding out, I did set to width to 100% which auto corrected it and made the image as wide as possible within my containor. With the centering I just relied on margin auto expect for the top because in the image reference image there was a larger gap so I instead manually set the margin gap at the top.
What specific areas of your project would you like help with?I would have like to use flexbox more, I realized at the end that I essentially did everything manually where as I could have had flexbox do it for me instead, ex) centering the qr code.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Sebastian Becerra'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