3-column preview card component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @gautam-32b7
Hi there!
Your solution looks amazing.
.card:nth-child(1) .button:hover { color: var(--very-light-gray); border: 2px solid var(--very-light-gray); background-color: var(--bright-orange); }
Change to
.card:nth-child(1) .button:hover { color: var(--very-light-gray); outline: 2px solid var(--very-light-gray); background-color: var(--bright-orange); }
Outline is a line outside of the element's border.
I hope you find this helpful.
Marked as helpful
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