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

Fixed layout with flexbox and Bootstrap

fileccβ€’ 470

@filecc

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


Hey, any solution for overrading the btn-primary:hover ? I've tried everything, but nothing worked. Bye!

Community feedback

Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

πŸ‘ΎHello @filecc, Congratulations on completing this challenge!

🎨 Here are some tips to improve your component design:

Your background is applied but its not too similar to the design yet. Add background-size: contain instead of background-size: cover to make it display the size full width and center with the card vertically. Note that now is slightly different from the challenge design. Add the background color to make the constrast instead of using white background-color: #e8eeef;

body {
    background-size: contain;
    background-image: url(./images/pattern-background-desktop.svg);
    background-repeat: no-repeat;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
    background-color: #e8eeef;
}

✌️ I hope this helps you and happy coding!

Marked as helpful

0

fileccβ€’ 470

@filecc

Posted

@correlucas thank you, it was helpful! (personally, I liked the white background) 😁

1

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