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 Card Component Project build using CSS Grid and Flexbox

#fresh

@ElhabibTOUAOUA

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

Hassia Issah 50,810

@Hassiai

Posted

You forgot to give the body a background-image, with a background-size of contain a background-repeat of no repeat.

In the media query you have to change the background-image

Use the colors that were given in the styleguide.md found in the zip folder you downloaded.

You forgot to give .btn-confirm a box-shadow.

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

0

@rostyslav-nazarenko

Posted

Hi! Great solution

There're issues to resolve and a few suggestions

  • HTML
    • alt attribute should describe the image or its function, and be empty if is only decorative. alt="Card Hero Image" gives no information. Don't use word image in alt, screen readers will read img as Image, Card Hero Image. The same with the music icon.
  • CSS
    • I wouldn't recommend splitting CSS into three files, especially in such a small project. The server will have to make additional requests to fetch each file. Look at Sass/SCSS for this.
    • Don't use this trick html {font-size: 62.5%;}. Read this article for more detailed information.
    • Setting max-width: 144rem; margin: 0 auto; to .container makes no sense as it does nothing.
    • Font size is too small, in the style-guide.md body text is 16px
    • Use resets, like displaying images as block elements, and most important making buttons inherit font from parent elements because font-family is right now set to default Arial

Keep coding!👍

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