Design comparison
SolutionDesign
Solution retrospective
It was an easy project, and I'm happy to have completed it. However, I encountered some difficulty when trying to move the QR code card around the page. I was unsure which tags to use and how to use them, and I questioned whether what I did was acceptable. Other than that, I'm very pleased with the result!
Community feedback
- @fernandolapazPosted over 1 year ago
Hi 👋, regarding your comment:
- The page content could be centered using Grid or Flexbox. For example as follows:
body { min-height: 100vh; display: grid; place-content: center; }
I hope it’s useful 🙂
Regards,
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin 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