Design comparison
SolutionDesign
Solution retrospective
all comments are welcome
Community feedback
- @MusaddiqueAliPosted about 1 year ago
Nothing major to improve, but you can remove the arrows within the input fields, called spinners by adding the following lines in your main CSS:
/* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
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