Submitted about 3 years ago
Box Model, CSS-Grid, FlexBox, Javascript etc
@Marufjan
Design comparison
SolutionDesign
Solution retrospective
Hey Guys, finally finished tip calculator π Any comments and feedbacks are welcome
Community feedback
- Account deleted
Hi,
Nice one on completing the challenge it seems to be pretty good, and the functionality is pretty tight.
- You solution looks good but some stuff seems to have been styled, like the value on
select tip %
, they don't have the same font as the other stuff. - & Once the
can't be zero
error has been triggered it does not go away, it just stays on there no matter what you do. - The numbers on the
output section
expand/stretch the container when they get too long, you should try to avoid that.
You can also hide the
up/down arrow
that appear when you hover an input box this way;input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
Everything looks way better without them showing.
Keep codingπ.
1@MarufjanPosted about 3 years ago@thulanigamtee Hey Tee π I appreciate your feedback mate!
- Yes I styled all select tip % as I try to make them look better, it was on purpose.
- yeah you are right about the error message.
- yeah for number with a few digits it makes expand the whole container. But, I saw your solution and it is not showing all number though the container stays constant. Seems we have problems there lol. I will try make it work :)
- Yeap I should try your example code to remove arrows.
Happy Coding ππ»
0 - You solution looks good but some stuff seems to have been styled, like the value on
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