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

Building the card component using HTML CSS

Nadia• 50

@Nadia-017

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@ahasan06

Posted

Hey! Can u recheck your Netlify link? When I clicked preview-site it didn't show anything.

0

Nadia• 50

@Nadia-017

Posted

I've adjusted it for you. You try to see if you can get in, right?@ahasan06

0
Gift Amachree• 870

@jen67

Posted

Hi Nadia,

Kudos on the impressive website! For a subtle enhancement, try adding a custom cursor and a hover effect to your buttons. This quick addition can boost user engagement. Consider the following CSS:

button {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #yourDesiredColor;
}

Feel free to adjust colors to match your design. Great job overall! Let me know if you need any assistance.

0

Nadia• 50

@Nadia-017

Posted

Oh, Thank you @jen67

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