Design comparison
SolutionDesign
Community feedback
- @ofentse-freecodePosted 4 months ago
Great first project!
Just remember that the image src needs to accurately point to the image. you can do that like "./images/qr-code" the forward slash allows you to leave the current folder to enter another one.
Hope this helps. Happy coding
1 - @kiriasruPosted 4 months ago
Take two things into account!
- Change the background color
- Correctly target your image like this:
<img src="./image-qr-code.png" alt="qr-Code image" width="100%">
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