
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Completing the challenge
What challenges did you encounter, and how did you overcome them?Css code
What specific areas of your project would you like help with?How to write better responsive css code
Community feedback
- @web-dev-pastaPosted 15 days ago
Great job!, for responsiveness the image does overflow in smaller screen as it has fixed height and width been set for it, you can use
.qr-code-image { max-width: 100%; }
You can use this property whenever you have suitable image sizes to make sure it does not overflow its parent
<div>
, Happy Coding!🌹0
Please log in to post a comment
Log in with GitHubJoin 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