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 using scss

Lance 170

@lancerstup

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


Any tips on how do I do the wave background?, the best I could do was to make it linear gradient thanks.

Community feedback

Akshay 810

@akshaywebster

Posted

Hi, Lance! According to what I've noticed in your code, here's my feedback:

  1. First of all, in order to make the background wave image work, you'll have to put it in the body, inside of making a separate div for it. Because you've made a div for it, it's not spanning across the full screen. Also, you'll have to add a background-color as well for the bottom half of the background.

  2. Second, as per the design, your card is getting too wide as the screen size increases, so maybe put a max-width for the card at a certain screen size.

  3. One small suggestion I'd give is when you're using @media queries, try to specify the max-width or min-width value in px, it's easier to understand than em.

  4. Also, your "Annual Plan" & prices stays on the same line after a certain screen size, because you have put them in a single element <div class="paragraph2"><b>Annual Plan</b> $59.99/year</div> instead of putting them in different elements like h1 & p.

  5. Your container is not vertically centered because you've given it absolute positioning with top=0.

Hope my feedback helps! Have a great day!

Marked as helpful

0
Michaella 80

@michaella23

Posted

You want to use the pattern-background.svg image as your background image. There's one for mobile and another for desktop. You'll use a background color too though.

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