css flex box,html.

Solution retrospective
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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@danielbasilio
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 helpful
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