Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Tip calculator app using grid css & flexbox and javascript

ibimina 490

@ibimina

Desktop design screenshot for the Tip calculator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Kindly review if the best practice of code was used.

Best Regards

Community feedback

@PaliTriesToDesign

Posted

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 helpful

1

ibimina 490

@ibimina

Posted

@PaliTriesToDesign thanks it works perfectly now

0

Please log in to post a comment

Log in with GitHub
Discord logo

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