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-component-main

@19akasht

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

Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

πŸ‘ΎHello Akash Nagindar, congratulations for your new solution!

Your solution is great bro, but your background is not displaying full width because you've missed this property background-size: contain; instead of using cover.

Here's your code with the fixes:

body {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Red Hat Display', sans-serif;
    background: var(--Pale-blue);
    background-image: url(../images/pattern-background-desktop.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

πŸ‘‹ I hope this helps you and happy 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