Design comparison
SolutionDesign
Community feedback
- @Mr-jawPosted almost 2 years ago
Congratulations on completing the challange!
Here are some things that i noticed that may improve the look of it
As per the design i think you forgot to add the
:active
state to theinput
tags. try adding this to your.grade
class.grade:hover { background-color: hsl(216, 12%, 54%); color: hsl(0, 0%, 100%); } .grade:focus { background-color: hsl(25, 97%, 53%); color:hsl(0, 0%, 100%); }
Also, check style-guide.md for specific color and fonts used in the design provided so that you can get a closer end results to the design.
Hope this was useful
HAPPY CODING
Marked as helpful1
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