Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Completing my first project in such a short timeframe is exhilarating, and witnessing my solution go live on the internet adds an extra layer of satisfaction.
What challenges did you encounter, and how did you overcome them?Centering the QR card and adjusting the font size of the paragraph text proved to be a bit challenging for me.
What specific areas of your project would you like help with?Some CSS properties still elude me, but I believe with time and practice, I'll grasp them and incorporate them effectively.
Community feedback
- @danielbasilioPosted 6 months ago
hello! 👋
An efficient way to centralize your container would be to use something like this:
body { height: 100vh; display: flex; justify-content: center; align-items: center; } I hope this was helpful 🙏
Marked as helpful0
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