Design comparison
SolutionDesign
Community feedback
- @sisart003Posted 10 months ago
Hi!
Nice Solution.
but the image is not showing.
need to put a dot(".") or remove the forward slash ("/") on the "src".
so instead of this:
<img src="/images/illustration-hero.svg" alt="a photo of a girl dancing to music">
should like this:
<img src="./images/illustration-hero.svg" alt="a photo of a girl dancing to music">
or this:
<img src="images/illustration-hero.svg" alt="a photo of a girl dancing to music">
both works pick one.
Marked as helpful1
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