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

Responsive Order summary card design

Eyoel Asfawβ€’ 130

@Kozetty

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

Abdul Khalid πŸš€β€’ 72,100

@0xabdulkhalid

Posted

Hello there πŸ‘‹. Congratulations on successfully completing the challenge! πŸŽ‰

  • I have other recommendations regarding your code that I believe will be of great interest to you.

BACKGROUND iMAGE πŸ“Έ:

  • The background-image has not been properly set yet, So let me explain How you can easily apply the background color along with the svg they provided.
  • Add the following style rule to your css, and then experience the changes
body {
background: url(./images/pattern-background-desktop.svg), #E1E9Ff;
background-repeat: no-repeat;
background-size: contain;
}
  • Tip, Don't forget to generate a new screenshot after editing the css file

.

I hope you find this helpful πŸ˜„ Above all, the solution you submitted is great !

Happy coding!

1

Eyoel Asfawβ€’ 130

@Kozetty

Posted

@0xAbdulKhalid Thanks so much for the heads up. I was actually confused about how to do it. You're amazing. Cheers.

0
Abdul Khalid πŸš€β€’ 72,100

@0xabdulkhalid

Posted

@Kozetty Glad you found it helpful ! 🀠

1
Saad Hishamβ€’ 1,750

@Saad-Hisham

Posted

adding the following lines to your code will enhance its appearance and functionality:

body {
background-repeat: no-repeat;
background-color: #e0e8ff;
}

These lines of code will ensure that the background image is not repeated and will set the background color to a pleasing blue-gray shade.

1

Eyoel Asfawβ€’ 130

@Kozetty

Posted

@Saad-Hisham Thank you as well for helping me out. I really do appreciate it.

1
Eyoel Asfawβ€’ 130

@Kozetty

Posted

@Saad-Hisham Thank you as well for helping me out. I really do 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