Submitted over 2 years ago
3-column-preview-card-component-main
@yrpcfcp
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
- @zoleee98Posted over 2 years ago
- use flexboxes, u can position things easily with it.
- dont use <br> tags to make some space between elements, just use proper margin, padding, gap etc. on elements.
- 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 helpful0
Please log in to post a comment
Log in with GitHubJoin 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