Submitted over 2 years ago
Responsive Tip calculator app using grid css & flexbox and javascript
@ibimina
Design comparison
SolutionDesign
Solution retrospective
Kindly review if the best practice of code was used.
Best Regards
Community feedback
- @PaliTriesToDesignPosted over 2 years ago
Hello!
For the desktop version it seems like there's an issue with the input icons. You can avoid using
position: absolute
as you can actually set a background image to the inputs:background-image: url(/images/icon-dollar.svg); background-repeat: no-repeat; background-position-y: center; background-position-x: 1rem;
Hope this helps. c:
Marked as helpful1
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