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

results summary component

Arnav Ankushβ€’ 40

@arnavankush30

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 really like how the website look in both mobile device and other device.

What challenges did you encounter, and how did you overcome them?

I was struggling to make perfect circle for the result section then i visited mdn docs for help and got know about aspect ratio.

Community feedback

Daniel πŸ›Έβ€’ 44,230

@danielmrz-dev

Posted

Hello there!

Congrats on completing the challenge! βœ…

Your solution looks great!

I have a suggestion:

  • Since you set grid to the body, but you didn't set the size of the rows, your footer is pushing your card up a little bit. You can prevent that from happening adding this to the body:
grid-template-rows: 95% 1fr;

Then your card will always occupy 95% of the space and the footer will adapt in the remaining space.

I hope it helps!

Other than that, you did an excellent job!

Marked as helpful

0

Arnav Ankushβ€’ 40

@arnavankush30

Posted

@danielmrz-dev thanks for your feedback!

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