Results summary component

Solution retrospective
Hello ladies and gentlemen! Here's my nice little Results summary component. I hope you like it! ❤️ 🎉 🎉 🎉
Please log in to post a comment
Log in with GitHubCommunity feedback
- @adonmez04
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...
- You don't need to use the
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