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

Order Summary Solution

John Roccoā€¢ 10

@JohnRocco1

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


This is actually my second attempt at this project. I didn't understand about posting it here instead of the slack page. I think it's pretty close to what it's supposed to look like, but I had some difficulty trying to figure out how to make the music icon round and darker amoung other things. Please look at the code and tell me how to make it cleaner if need be.

Community feedback

Emmanuel Kumahā€¢ 130

@emmanuelkumah

Posted

Hi, nice try. Concerning the music icon, give the <img/> tag a class, specify the background color, and to make it rounded, set the border-radius to 50%. Example .musicIcon { background-color: blue, border-radius: 50% } Also try using semantic HTML, instead of mainly using div, you can use <main> tag to wrap all the main elements and wrap each portion of the design in a <section></section> tag.

Happy Coding

Marked as helpful

0
Shashree Samuelā€¢ 9,260

@shashreesamuel

Posted

Hey good job completing this challenge.

Keep up the good work

Your solution looks good however I think the content within your card needs some padding around.

Secondly the background color of the area where you see the plan should match the color specified in the style-guide.md file

In terms of your accessibility issues simply wrap all your content between main tags. I hope this helps

Cheers Happy coding šŸ‘

Marked as helpful

0

John Roccoā€¢ 10

@JohnRocco1

Posted

@TheCoderGuru Thanks for your comment. I had difficulty with the colors because it's hard for me to determine the colors in the example. Other than what you pointed out, is there any other commentary on my coding? Mostly I'd like to know if it could have been clearer.

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