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

Order Summary Solution (Flexbox)

@BananaWafflez

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


How did you all stylize the hover animations? I ended up using filters, but I know that isn't always fully viable or supported.

Community feedback

Koli 110

@KoliOyama

Posted

CSS
button{
     /*your button styles*/
        }
button:hover{
     background-color:  /*put the lighter shade*/;
            }

:hover is a pseudo-class. It's used to apply styles to an element when you hover over it.

I'd suggest you learn more about this on Youtube. Check out channels like Kevin Powell, Net ninja and so on.

Marked as helpful

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