Submitted about 2 years agoA solution to the Results summary component challenge
Results Summary Component (Custom CSS icons)
sass/scss, semantic-ui
@j3rech0

Solution retrospective
- Structural naming convention for CSS classes is hard.
- Creating custom CSS icons is a bit of a time consuming but fun, I know I should be just using the SVG assets, but for this very first challenge I'd like showcase what CSS can do.
Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mixchex
Hi Jech,
Nice work - this looks good!
One thing to look at is the reports to fix validation and accessibility errors. For class naming conventions, try looking into BEM (Block, Element, Modifier) naming conventions. It's really useful to help with this.
Also, that looks like painstaking work for the icons, but they've come out well.
I hope that helps. Mike
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