Mortgage Repayment Calculator using Tailwind CSS

Solution retrospective
I think I did well with yellow radio buttons and clean code in javascript.
What challenges did you encounter, and how did you overcome them?- Changing the accent color for the radio button only works for other colors but not yellow due to some pixel conflicts in the display. I made the original appearance disappear and made a customized one myself. I managed to get rid of the black ring inside the radio circle by using
box-shadow: white
. - Span in the input group disappears in small screens. I adjusted suitable padding for it and defined width for the input area to solve it.
About the input group, I want texts in the span area to be one size smaller than those in the input area. However, I could not do that since a white gap appeared between the span area and its div container because of the size of the input area. I want to know if there is any solution for that.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Pannu's solution.
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