Tip Calculator App Project

Please log in to post a comment
Log in with GitHubCommunity feedback
- @vgarmy
Hi! Your app looks great on both desktop and mobile. However, you should remove max-width: 1600px; from the body. I have a large screen, and that restriction messes up the alignment of the calculator.
Also, consider skipping type="number" in the input fields—it’s unnecessary and can be restrictive. By the way, I noticed you're using rem for sizing, which is great! It really helps with scalability and makes the design more flexible across different screen sizes.
Marked as helpful - P@marcello88c
@vgarmy, thank you!
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