Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
- When I deploy the website, it fails in production due to the “Plus Jakarta Sans”, sans-serif font family. I don’t understand why this is happening,. I’ve changed the font to Arial, Helvetica, sans-serif.
Community feedback
- @danmlarsenPosted about 1 month ago
Hello, Gakii! 👋
Congratulations on finishing another challenge! Good attempt. App is mostly working as expected. I've made a few observations that might interest you:
- It would be a good idea to add
cursor: pointer
on buttons, labels & radio elements for accessibility - The arrows on the number input fields looks out of place so I would recommend either removing them using css: https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp
or putting
inputmode="numeric"
andtype="text"
on the input element
Happy coding. 💻
Dan
0 - It would be a good idea to add
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