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

Dolla464 140

@Dolla464

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

@DigitaleWeltLibrary

Posted

Hey 👋, i like your solution.

Maybe you forgot to center the card vertically. To center the card give the main element a height of 100dvh. Then can you center it. I like to use grid but you can use flex as well. With display grid you say that all elements in the main tag are grid children. For centering (vertically and horecontely) you use place-items center.

The style which you can add to your main tag:

main{
    display: grid;
    place-items: center;
    height: 100dvh;
}

Happy coding 😉

Marked as helpful

0

Dolla464 140

@Dolla464

Posted

thanks for your help @DigitaleWeltLibrary

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