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 component

Justin 120

@andrew-j-brown

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?

I am proud of remembering the fundamentals, as I haven't touched web dev for a few months. I can't think of anything I would've done differently for this (it is just a simple card after all).

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

I forgot how to create proper responsive images, and did some research into how to do so. I ended up going with this approach:

img {
    max-inline-size: 100%;
    block-size: auto;
    border-radius: 12px;
}

max-inline-size was a new one for me, I've never done responsive images with that line before. I quite like it!

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

N/A

Community feedback

@dimysenpai

Posted

Very successful! 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