Tip Calculator App with vanilla HTML, CSS and JS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @satyammjha
Great attempt @MikeOdhiambo. I have one piece of advice for you. You may add
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
for the input type number. It will hide the arrows for input. I hope it helps. Happy Coding ✌🏻🤗.Marked as 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