Design comparison
SolutionDesign
Community feedback
- @akaditya394Posted almost 3 years ago
Great work! Hey Gerardine, you should use the forward-slash instead of the backwards-slash to make your image appear.
Replace this: <img src="images\illustration-hero.svg" class="hero" alt="illustration of a person listening to music" />
With is: <img src="images/illustration-hero.svg" class="hero" alt="illustration of a person listening to music" />
Marked as helpful0
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