Design comparison
SolutionDesign
Solution retrospective
Hi Everyone, I have completed this challenge but on the github-page, only the styles are being applied to the index page but it is not showing the images. I tried many solutions but still the issue is unresolved. the project is working perfectly on local machine.
Community feedback
- @chetanhaobijamPosted about 3 years ago
Put a "." before /images to display the image correctly. <img src="./images/illustration-hero.svg" alt="" class="hero"> And better use semantic HTML5 tags such as header, main, section, article, footer etc. instead of the usual div tags. This will solve the accessibility error in your solution. Happy coding...
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