Fourth Challenge: Interactive Rating Component
Design comparison
Solution retrospective
Resharing to progress learning path.
What specific areas of your project would you like help with?Even tho i tried some deg values, couldn't manage to get exact gradient background.
Community feedback
- @MatthewPCopePosted about 2 months ago
Great work overall! A couple things you could do...to get rid of that little little grey line around the submit button you could do: border: 2px solid transparent. That will take care of that. Also you could make the button hovers a little smoother by doing: transition: all 0.3s on the buttons. Other than that, great job!
1@KapteynUniversePosted about 2 months ago@MatthewPCope Thanks for the feedback. Didn't realised that grey line until you mentioned it, i usually do border or outline none for something like it. Yeah, I need to get used to using small transitions, i always forget them
0
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