Design comparison
Solution retrospective
First Submit. Just pure css and html.
Community feedback
- @dboca93Posted 10 months ago
Hello @Zayacode96, well done on completing this task, I hope you're enjoying your coding journey. This is a good attempt, the main issue is that the "Results Summary" area is a little small. Also you could wrap the content using the main element, and give that the styles you applied to "card-container." Try wrapping the content in a main element with the following code:
main { min-height: 100vh; max-width: 100vw; display: flex; align-items: center; justify-content: center; }
Then, it would be good to incorporate some core semantic HTML on the content like section or article. Also try and get some more size on the core area, as it's a little small when compared to the design file. I hope you appreciated my help. Feel free to add me on social media for future correspondence.
Twitter: @dboca93 Linked-In: Dilhan Boca
0
Please log in to post a comment
Log in with GitHubJoin 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