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

Result Component challenge

@azzykesuma

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Plain html,css,js

  • having difficulty in finding the right background color on hover state

Community feedback

@lost50U1

Posted

good job on the design and for your hover state add the code below in your css for the hover state it works well.

button:hover, button:active, button:focus { background: linear-gradient(hsl(241, 81%, 54%) 25%, hsl(234, 85%, 45%) 60%); }

0

@azzykesuma

Posted

@lost50U1 hey thanks, i'm slightly confused because i'm rarely using linear-gradient as background, let alone transitioning it between state

0

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