Submitted over 3 years ago
Stats preview card component using Grid and Flexbox
@Temidayo99
Design comparison
SolutionDesign
Solution retrospective
Hi everyone, I would love to get feedback on my solution.
Built with HTML, CSS, Grid, Flexbox
Community feedback
- @afrusselPosted over 3 years ago
Hi, Nice output. Responsive view also working well. Just a few feedback.
- for font-size use
rem
instead ofpx
- After
<body>
use amain
is better. like<main class="grid-container">
- Instead of using number like
container1
in class give a meaning full name will better ie.custom-container
Hope that this helpful for you :)
Marked as helpful1@Temidayo99Posted over 3 years ago@afrussel Wow. I would make necessary adjustments.
Thank you for the feedback. I really appreciate.
0 - for font-size use
- @nandini2201Posted over 3 years ago
Try to resolve report issues. Great work.
Marked as helpful0@Temidayo99Posted over 3 years ago@nandini2201 I definitely will do that. Thank you for your feedback.
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