Design comparison
Community feedback
- @correlucasPosted over 2 years ago
๐พ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 helpful1 - @mohammedlahboubPosted over 2 years ago
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 folderMarked as helpful1@julliafrenPosted over 2 years ago@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 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