Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

css flex box,html.

@emmycool435

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

P

@danielbasilio

Posted

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

0

Please log in to post a comment

Log in with GitHub
Discord logo

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