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

Music App Payement Layout

@Mosestule2003

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Sorry the full depiction may not appear identical. I urge you to please reference the github repo, to get the accurate work. Thank you.

Community feedback

CharlieeLunaβ€’ 260

@CharlieeLuna23

Posted

Nice job! There's room for improvement.

Something that I learned the first time I uploaded a project is how to correctly add images.

In your HTML instead of using:

  • <img src="Images/icon-music.svg" alt="" class="music-icon">

You would want to use:

  • <img src="./Images/icon-music.svg" alt="" class="music-icon">

Is minor but makes a major difference as "./" means "Current directory" which will use your reposition (or anywhere your files are located) as the current directory and be able to find the correct path.

Also inside the "style-guide.md" you can find the color for the background and don't forget to add the image too.

0

@Mosestule2003

Posted

@CharlieeLuna23 thank you so much that's very helpful. For my other projects, I just posted them from GitHub and the images came up. But for this one it didn't. I will make sure to use ./ in my next projects.πŸ™‚πŸ™

0

@Mosestule2003

Posted

@CharlieeLuna23 thank you so much that's very helpful. For my other projects, I just posted them from GitHub and the images came up. But for this one it didn't. I will make sure to use ./ in my next projects.πŸ™‚πŸ™

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