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 component using SASS,CSS grid and Flex-box

@HosseinHeydarpour

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Daniel πŸ›Έβ€’ 44,230

@danielmrz-dev

Posted

Hello @HosseinHeydarpour!

Your project looks nice!

I have one tip for you to improve it!

You can place your card in the middle of the page doing this:

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

By doing that, you don't need to use margins to center the card.

Hope it helps!

Other than that, great job!

Marked as helpful

1

@HosseinHeydarpour

Posted

@danielmrz-dev Hi Daniel! Thank you for your kind feedback! i will defiantly try this in my new projects πŸ‘πŸ‘

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