Design comparison
SolutionDesign
Community feedback
- @jamesekunolaPosted over 1 year ago
Your UI is impressive, yet a few adjustments are necessary:
- Avoid using a fixed height for the
card-container
andthank-you-container
divs to address the overflow problem. - Prevent users from submitting a rating if they haven't selected a rating number.
- Implement a background color of
var(--orange)
to indicate the selected rating number.
These modifications will enhance the user experience and the overall functionality of your UI.
0@S0PHI3KPosted over 1 year ago@jamesekunola thank you very much for your feedback, it is much appreciated!
0 - Avoid using a fixed height for the
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