Responsive QR Code card built using semantic html

Solution retrospective
I added the css typography directly on the body element. It made it easy for me because the entire page used just one font family through out the elements. I used the css {margin: n% auto} to set the card (article element being the parent container) in the horizontal middle of the page. Then I used media queries to adjust the size (in %) of the card, breakpoints used are: (max-width: 1000px), (max-width: 600px) and (max-width: 375px).
What specific areas of your project would you like help with?I will like to have more criticism given to my choice of breakpoints used and the size I gave to the card in each. I am thinking there could a more professional way for choosing breakpoints for such a card design than the breakpoints I applied.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Wisdom Egenuka’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