Design comparison
Solution retrospective
what do you think?
Community feedback
- @MojtabaMosaviPosted over 3 years ago
The image is gone for because the relative path is incorrect, you might have changed the project structure but the current path is /image/desktop.jpg and in the project directory there is no image folder so you shoud remove that part and change it to ./desktop.jpg.
Keep coding :=)
Marked as helpful1 - @costelloewardPosted over 3 years ago
Hi Sabrina, Well done on getting this far! Your html is referring to an image folder called "images", but your code repository has stored the images without a folder.
So you can either take the /images out of the html, or make a folder for the images in your repository.
Hope this helps!
Marked as helpful0 - @afrusselPosted over 3 years ago
I would like to request you please take a look at [my solution] (https://afrussel.github.io/stats-preview-card-component-fm/). This will help you to improve your works.
2
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