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

HTML CSS solution with Responsive Design for Mobile and Desktop

@MoriamAkterSwarna

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


I have faced issues on making pixel-perfect website because I didn't have any figma file. In this area I am unsure. Gimme some best practices tips and tricks to do better in future.

Community feedback

@bentekku

Posted

Your design looks good, however, here are some pointers:

  • The Design is not aligned center vertically, which could be done using,
display: flex;
justify-content: center;
align-items: center;

and yes, do give height of 100vh to the main parent, which could be the body element in your case.

  • The summary column elements are bit off color, which could be simply solved by changing the hsl to hsla, and adding 0.1 as the alpha for the hsla or tweak around till you see it fit. e.g.,
 hsl(210, 28, 32, 0.1 );

Overall, you really nailed the design. Good work!

Marked as helpful

0

@MoriamAkterSwarna

Posted

@bentekku thanks for your feedback

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