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

Single Price Grid Component using HTML and CSS.

TRG 150

@MugeshTRG

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Provide feedback if any. All suggestions welcomed!

Community feedback

@omerome83

Posted

Nice job on the challenge. :)

Might I suggest adding a hover to the sign up button because I noticed it doesn't do anything when I mouseover on it.

You can do something by adding a :hover pseudo class to the .cta class and adjusting the lightness for the HSL to a slighter higher value than the original bright yellow on the button and you should be good to go.

For example:

.cta:hover {
  background-color: hsl(71, 73%, 64%);
}
0

TRG 150

@MugeshTRG

Posted

@omerome83 Oh yes, I've not added hover. Thanks for the suggestion!

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