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

Simple Html and Css

@viktorqjk

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@Rexwins05

Posted

Hello There!

The Source code on github link does not work.

But on another note, I checked the code for it anyway and you coded the image element as:

<img src="/qr-code-component-main/images/image-qr-code.png" alt="">

I fidled a little and discovered that if you change the ""/qr-code-component-main/images/image-qr-code.png" part to only :

"image-qr-code.png"

Then the image should show.

So In short the line should read :

<img src="image-qr-code.png" alt="">

But the rest looks pretty good, well done!

Marked as helpful

1

@viktorqjk

Posted

@Rexwins05 Hello !

Thanks very much for your reply. I fixed the img and github link shoud work now.

0

@Rexwins05

Posted

@viktorqjk

I can confirm, bot the image and the github linkworks now, well done.

Marked as helpful

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