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

QR Component

@Kamesh-T

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?

solution is mobile first and responsive. next time I will try to optimize my solution in efficient way

What challenges did you encounter, and how did you overcome them?

align the texts in proper position. By wrap these texts in a div container I overcome the problem.

What specific areas of your project would you like help with?

aligning the flex items in visually appealing way.

Community feedback

P
Asv000 190

@Asv000

Posted

Next time instead of wrapping text in div you could use on body: display: flex; justify-content: center; align-items: center; flex-direction: column; So there won't be a problem if you wrapped your texts with .cards

You should also check color pallete once again and change color for paragraph and h3.

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