Submitted about 3 years agoA solution to the 3-column preview card component challenge
3 column preview card component using flex-box
@AThees

Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jesuisbienbien
Hi Alvaro,
Your solution looks great. My suggestion is to add cursor:pointer and transparent background for the buttons on hover.
Here is what I did for my solution:
&:hover { cursor: pointer; color: var(--very-light-gray); background-color: transparent; border: solid 3px var(--very-light-gray); transform: all 0.3s ease; }
You can also view my code here
I hope this helps.
Nguyen
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