Tip calculator app challenge hub (HTML, CSS, JS)

Solution retrospective
I did my best for this thing, if there are some problems or bad code pls tell me.
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hi,
Your solution looks good and works quite well, but...;
- You did not make it responsive so at some point when you resize the screen gets small for the calculator, thus most of it is not visible.
- Even at 375px where you have the breakpoint for mobile view, the background is receding, that it is half of the calculator in width.
- The functionality seems to be on point, you just need to make it responsive.
- You should also check out the report;
- You can't give
one id
to multiple elements, you should use classes if you want to give elements the same style rather than an id. - You solution must have a
main tag
as it specifies the main content of the document.
Keep 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