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 responsive css

@DevPhancey

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 found writing the mobile view of this project somewhat difficult, and I tried adding the figures using js which i later ended up hardcording. Would really like to know what people think about this one.

Community feedback

joelsavioโ€ข 50

@joelsavio

Posted

Hello Fanisi Oluwatimilehin Israel, Try to set the parent container minimum height to 100 view height like min-height=100vh in the parent div. It will make the container to occupy full screen on different screen sizes. Other than that, good. You will get better by working on more projects. All the best!

Marked as helpful

1

@MelvinAguilar

Posted

Hello there ๐Ÿ‘‹. Good job on completing the challenge !

I have other suggestions about your code that might interest you.

  • I think it looks great, just a few suggestions. For example, you should use a CSS reset to eliminate default styles since your body element has about 8px of margin that generates a scrollbar.
  • A 12x12 grid might be too complicated. You could enclose both columns in a single div with a max-width to prevent them from becoming too wide and use repeat(2, 1fr) to create the two columns.

I hope you find it useful! ๐Ÿ˜„ Above all, the solution you submitted is great!

Happy coding!

Marked as helpful

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