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 Code page using html and flexbox

@Dsimpson91

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?

This project was fairly easy it's one my first one on frontendmentor and i just wanted to understand the flow of things next time i'll try a hard project.

Community feedback

Saurav 20

@TechNinjaCode

Posted

Hi Daquon,

Great job on completing the challenge! Your structure is clean, and the CSS is really well-organized. I do have a small suggestion for improvement—currently, the CSS for the img is inside the .img-div block, which isn’t valid in traditional CSS. You can move it out and write it like this instead:

.img-div img {
    width: 270px;
    height: 270px;
    border-radius: 10px;
}

Also, the card design looks fantastic on standard screens, but you might want to consider adding media queries to tweak the size for different devices, like shrinking the QR code a bit on smaller screens.

Keep up the great work!
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