Submitted over 2 years ago
Interactive rating component using HTML 5, CSS & Vanilla JS
@CEE-AI
Design comparison
SolutionDesign
Solution retrospective
I had real difficulty with JS but, phew... Please as always help me point out my mistakes and how best to improve my codes (simpler), especially CSS and JS. Thanks as always looking forward to hearing from you.
Community feedback
- @AbdelrhmanX7Posted over 2 years ago
for better design use ` * {margin : 0px;}
Marked as helpful0@CEE-AIPosted over 2 years ago@AbdelrhmanX7 Thanks for the tip, please can you explain further why the need for margin:0px? because one (especially me) can easily miss its relevance and all. Thank you.
0@AbdelrhmanX7Posted over 2 years ago@CEE-AI we use margin 0px because body by default has margin 8px so we fix it by use * {margin: 0px };
Marked as helpful0
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