Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

CSS and HTML

@Stephen-254

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I made the Qr scan code,however,the qr code image cannot show up on a live site.

Community feedback

Abdul Khaliq πŸš€β€’ 72,660

@0xabdulkhaliq

Posted

Hello there πŸ‘‹. Congratulations on successfully completing the challenge! πŸŽ‰

  • I have other recommendations regarding your code that I believe will be of great interest to you.

QR iMAGE πŸ“Έ:

  • The image is not loaded because of the image is not located inside images directory, the image is just left within the repository's root directory
  • So you can just use this example source src="./image-qr-code.png"
  • Example
<img src="./image-qr-code.png">

.

I hope you find this helpful πŸ˜„ Above all, the solution you submitted is great !

Happy coding!

0
_nehalπŸ’Žβ€’ 6,710

@NehalSahu8055

Posted

  • You gave the wrong address buddy.
  • Instead of <img src="./images/image-qr-code.png">
  • use this <img src="image-qr-code.png">
0

Please log in to post a comment

Log in with GitHub
Discord logo

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