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

qr code component

julliafrenโ€ข 40

@julliafren

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

Lucas ๐Ÿ‘พโ€ข 104,420

@correlucas

Posted

๐Ÿ‘พHello Julian, congratulations for your solution!

Here's some tips for your:

1.The image isn't importing because you didn't specify the folder, to do that you need to write ./ a dot before the folder, and if is a subfolder double dot ../ see below the correct code:

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

2.Instead of using article, wrap the card content with <main> its a better semantic element in this case.

3.Use vercel.com Github Pages is too complex to setup.

See if works and happy coding!

Marked as helpful

1

julliafrenโ€ข 40

@julliafren

Posted

@correlucas thank you for the tips

1
Mohammed Lahboubโ€ข 570

@mohammedlahboub

Posted

Hi @julliafren you did great for your first solution to show the image you need to change the img element src because there is no images folder

Marked as helpful

1

julliafrenโ€ข 40

@julliafren

Posted

@mohammedlahboub Thank you for the feedback i used to have images folder but i can not upload it to github , i will change the the img

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