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

I use flexbox for align items centrally

Adarshβ€’ 640

@adarsh-gupta-2002

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


I'm struggling in building responsive designs please give me some resources for it , so I can learn.

Community feedback

@VCarames

Posted

Hey there! πŸ‘‹ Here are some suggestions to help improve your code:

  • To set the background image ⚠️, apply the following properties to the body;
body {
  background-image: url(../images/pattern-background-mobile.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

If you have any questions or need further clarification, feel free to reach out to me.

Happy Coding! πŸŽ†πŸŽŠπŸͺ…

Marked as helpful

0
Alaminβ€’ 1,960

@CodePapa360

Posted

Hi AdarshπŸ‘‹ Great job on completing this challenge! πŸ₯³

  • It would be beneficial for you to learn more about media queries and how they can be used to create responsive designs. Resources such as the CSS Tricks guide on media queries and the Mozilla Developer Network's guide on responsive design would be helpful.

  • You should also consider using CSS Grid and Flexbox, which are powerful tools for creating responsive layouts.

Learn more for free here:

Overall, this is a very well done solution to the challenge. Great job!

Hope I'm Helpful! πŸ‘

Keep up the good work! 😊❀️

Marked as helpful

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