Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Hello ladies and gentlemen! Here's my nice little Results summary component. I hope you like it! ❤️ 🎉 🎉 🎉
Community feedback
- @adonmez04Posted 4 months ago
Hi, @byronbyron. That's a good solution, keep coding. Here are a few tips:
- You don't need to use the
min-width: 375px;
for yourbody
element . You can easily remove it... - You can add
flex-wrap: wrap;
to your.summary-list li
selector. Usingwrap
on your items avoids overflow... - You don't need to use
normalize.css
. Browsers have good support and browser compatibility works very well nowadays...
Keep coding and have a nice day...
0 - You don't need to use the
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