QR CODE DESIGN USING HTML AND CSS FLEXBOX

Solution retrospective
I found the styling of the qr code a little bit difficult especially trying to size the image to fit the div
elements.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Freedteck
Hi, well-done with the exercise. It's very clean and clear. Concerning the question, you can use max-width: 100% instead of width property on the img tag. This will make the image responsive and fit in the div as you want.
Again, well-done writing clean codes
Marked as helpful
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