Tip Calculator App Using Flexbox, Grid, and Pure Functions

Please log in to post a comment
Log in with GitHubCommunity feedback
- @feelgooddd
Looking at mobile view:
Your $ symbol image is covering up a big chunk of the Bill input and you can't see the number you see typing in.
Instead of including the image in your html make the image a background image of your input box.
Also the 'can't be zero' text is overflowing into your # of people input box.
Fix these style issues and it looks really good
Marked as helpful - @Ghozy165
nice work 👌 a little suggestion maybe you can add
min=0
to input attribute to prevent minus valueMarked 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