Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

My Order Summary Solution

chopipi 90

@turtle-jin

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Sisart 70

@sisart003

Posted

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 helpful

1

chopipi 90

@turtle-jin

Posted

@sisart003 Thank you so much! I really appreciate it!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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