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

Column preview card component using HTML and CSS

um1chc5 210

@um1chc5

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is my solution for this challenge. I hope you guys like it and have some feedback so I can improve my skills. Have nice day ^^

Community feedback

Account Deleted

I have some improvements to your solution

  • in the .container {} class you declared try to add a padding
.container {
// if you add this it will make your solution quite perfect
padding: 0 0.6rem;
}
  • when it comes to the <button> you should always used the cursor property why
button {
// with this you're telling to the user that the button
you declared is click able.

// without this it implies that the button you declared is not click able.
cursor: pointer;
}

Marked as helpful

0

um1chc5 210

@um1chc5

Posted

@okayda Thank you!

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