Flex box QR Code

Solution retrospective
R.A.S
What challenges did you encounter, and how did you overcome them?I’ve learned CSS and HTML before, so i thought it will be pretty easy but i have to admit i find difficulty to vertically center a div. I forgot that while using .main{ display: flex; align-items: center; }
What specific areas of your project would you like help with?I need to improve my responsiveness and i encounter issues when i zoom-in up to 500% or zooming-out to 25% cause many elements went through their container and the design is no more suitable.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@kmulqueen
Hey it looks like the link you provided for your live site is just the README. When I go to the GitHub repo and click on the Vercel link, I get a 404.
Looking forward to seeing your finished project when the links are fixed!
Also when looking at your code in the repo, the HTML looks nice and semantic! One suggestion is that you could use an
<article>
element instead of a<div>
element for the card itself. Other than that good job following semantic HTML guidelines!
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