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

Card summary using sass

@tassieoshiro

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


The part I have more difficulty with was trying to center the background waves on the center, but it was a fun project to build. Any advice on how to execute the project would be appreciated. Thanks!

Community feedback

Dev Rathore 2,600

@GitHub-dev12345

Posted

Used for proper background image : 😊👌

In body tag used this CSS property: body{ background : url("./images/uesd image path") no-repeat; background position: top center; background size: 100% 50%; ( this is your choice check the image performance, and the gave the size percentage on your choice); this code very helpful for your background image😉😎 keep it up; }

this code helpful for you, plz click on the mark the helpful

Marked as helpful

0

@tassieoshiro

Posted

@GitHub-dev12345 thanks brother! Sure will try to do that!

0
Dev Rathore 2,600

@GitHub-dev12345

Posted

Use this code to increase the size of card : 😊 used this CSS Property in your card to increase and decrease the size of card:

1.In Card design CSS Code Used this:

transform : scale(0.8); this property decrease the size of card. 😉

large size for increase the number of scale & small size for decrease the number of scale

Marked as helpful

0
Heli0s 670

@zeerobit

Posted

Good work completing this challenge.. however when viewing it on my laptop part of the card is cut off since i'm unable to scroll due to the overflow: hidden; property you added to the body. Adding this property to the body removes the scrolling bar which can cause issues when viewing this page on certain screen sizes such as my laptop .

Happy coding !!!

Marked as helpful

0

@tassieoshiro

Posted

@zeerobit yes I was trying to take out the scrolling bar at the beginning of the project! thanks for letting me know!

0
Naveen Gumaste 10,480

@NaveenGumaste

Posted

Hay ! Tassie Oshiro Good Job on challenge

These below mentioned tricks will help you remove any Accessibility Issues

-> Add Main tag after body <main class="container"></main>

-> Learn more on accessibility issues

If this comment helps you then pls mark it as helpful!

Have a good day and keep coding 👍!

Marked as helpful

0

@tassieoshiro

Posted

@Crazimonk thanks brother!

1

@NParker33

Posted

This looks great! One suggestion for centering the wave background is to remove the 'center/cover' values from the background property.

Marked as helpful

0

@tassieoshiro

Posted

@NParker33 thanks! for sure gonna try it

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