Design comparison
Solution retrospective
All feedback is welcome thank you in advance!
Community feedback
- @MachineCode0101Posted over 1 year ago
Hi, I see that you have actually solved the problem but need help putting your page on GitHub Pages, the current live-link that I see, is not up on the web. A simple way to fix that is to put your "index.html" and "style.css" and "image-qr-code.png" files outside of the folder "FM Task".
Afterwards in the html file change line 25 which is: <img class="card-image" src="./images/image-qr-code.png" alt="QR Code Image"> change it to: <img class="card-image" src="image-qr-code.png" alt="QR Code Image"> Notice that you should not put the first "/" or else the image will be invisible.
If you need clarification please ask!
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