qr-code-component using CSS flexbox

Solution retrospective
I got to use a little bit of flexbox and understanding how to align elements.
What challenges did you encounter, and how did you overcome them?Flexbox, I have some troubles with it. I overcame them using google researches.
What specific areas of your project would you like help with?I didn't use SASS or LESS, I would like to try it next time. But for help, no I didn't really need something particular.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kudos2Shef
Hi @ANTHEIAM, Congratulations on completing this challenge!
Your solution is perfect just change the image tag src to this
<img src="images/image-qr-code.png" alt="image-qr-code">
this will make image appear. Remove first slash before images from src as it is stopping from reading the source url<img src="/images/image-qr-code.png" alt="image-qr-code">
Hope it helps, Happy Coding
Marked as helpful - @ablecj
I have checked your link the image is not calling. please fix that part.
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