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

Responsive Result and Summary Compoment

quypq147β€’ 150

@quypq147

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I learned about how to build a Responsive Page.This take me 2 days to learning.I feel that i just use it too small.In the next solution challenge,i will use responsive build more

Community feedback

Daniel πŸ›Έβ€’ 44,230

@danielmrz-dev

Posted

Hello @quypq147!

Your solution looks excellent!

I noticed that your card wasn't centered so I checked your code and found out why. That's the reason:

You meant min-height instead of min-width here, right?

    body {
     /*   min-width: 100vh; ❌  */
        min-height: 100vh; βœ…
        display: grid;
        place-items: center;
    }

You just have to correct that part and the card will be placed in the middle of the page 😊

I hope it helps!

Marked as helpful

0

quypq147β€’ 150

@quypq147

Posted

@danielmrz-dev oh my bad.Thank your help

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