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

Vanilla CSS basic HTML

Mikhaelā€¢ 160

@Neewrd12

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


Im new

Community feedback

Daniel šŸ›øā€¢ 44,250

@danielmrz-dev

Posted

Hello @Neewrd12!

Your solution looks great!

I have a suggestion:

šŸ“Œ Youi almost got the background right. You just missed the size of the image and the background color. Here's how you fix it:

body {
    background-image: url(images/pattern-background-desktop.svg);
    background-size: contain; /* not cover */
    background-repeat: no-repeat;
    background-color: #E1E9FF;
}

Reminder: You can use both background-color and background-image together on the body. They will not cancel each other.

I hope it helps!

Other than that, great job!

Marked as helpful

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