Request path contains unescaped characters
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

3-column-preview-card-component-main

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 third challenge. Any feedback would be great.

Also, how do you make the buttons to be clickable?

Community feedback

zoleee98 250

@zoleee98

Posted

  1. use flexboxes, u can position things easily with it.
  2. dont use <br> tags to make some space between elements, just use proper margin, padding, gap etc. on elements.
  3. your button is a div without any hover effect, just use <button> tag instead of div and you can set the same rules in css for button + u can add hover effect with :hover pseudo class, thats why u cant click on it.

keep up nice work!

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