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 project using HTML5 and CSS3(SCSS)

@OhTobiloba

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


Hello! Just completed this challenge. I found the responsiveness on various screens quite challenging. Any tip on best practice?

Community feedback

Elaine 11,400

@elaineleung

Posted

Hi Abodunde, good job completing your second challenge! About your question, I'd say that you can try to use responsive size properties such as max-width and min-width whenever possible instead of fixed ones. For example, instead of the fixed width of 375px on your .cardImage, try max-width: 500px instead. Also, try to rely on the parent container to determine the width instead of setting a width, like what you did in your img. I would remove the width you set there and just make sure the width is 100% if you don't already have that in a reset rule. Hope this helps!

Marked as helpful

0

@OhTobiloba

Posted

Thanks so much @elaineleung... It works just fine....would be uploading it soon

1

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