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

@harshalslimaye

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@DigitaleWeltLibrary

Posted

Hey, good solution.

You don't need media queries instead use width: min(90dvw, 350px); and keep your CSS shorter.

.card{
     width: min(90dvw,350px);
}

Happy Coding 😉

Marked as helpful

0

@harshalslimaye

Posted

@DigitaleWeltLibrary Thanks for letting me know! I'll keep that in mind for next time.

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