Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Interative card

@Uriasmanu

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Muhammadh 1,140

@Mr-jaw

Posted

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 the input 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 helpful

1

Please log in to post a comment

Log in with GitHub
Discord logo

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