Design comparison
SolutionDesign
Community feedback
- @HekimianzPosted 4 months ago
Good job! Works as intended, design is good and responsive. Only feedback i could give is:
- The inputs arent being invalid if set to 0
- You can get rid of the number arrows from the inputs by adding the following CSS:
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input { -moz-appearance: textfield; }
Overall great job Abdullah! Keep coding 😁
0
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