Submitted about 1 year agoA solution to the QR code component challenge
QR Code Component with CSS Grid
@marcuscs00

Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of how I persisted in coding the solution. I would go to the Frontend Mentor Discord server earlier.
What challenges did you encounter, and how did you overcome them?I had a hard time vertically centering the div that contained the QR code. I looked on the Discord server and realized I could center the div with CSS grid and place-items: center
so that's what I did.
I would want to have my HTML and CSS match best practices.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on marcuscs00'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