solution-results-summary-component

Solution retrospective
What are you most proud of, and what would you do differently next time?
--->I did this project without much difficulty.
--->I'm open to any advice you can give me.
-->Is my code clean?
--->Do I have any shortcomings?
--->I'm looking forward to your feedback
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JoramirJr
Hi, @hilmi77!
Your solution looks great!
It would have an even nicer structure, in my opinion, if you use ID selectors, instead of classes, for styling elements that only appear once; a class is more fitting to style N number of elements simultaneously.
Defining an ID also conveys for other programmers that a given element will probably be modified by a single block of CSS styling.
Hope its helpful!
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