blog preview card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Fejiro001
Great work! Since you're using Tailwind, for the card, you can add a thin border using
ring
and a dark shadow using tailwindshadow
which you can customise and hover effect for the active state. This is what I added to my card body:ring-1 ring-black shadow-black shadow-[8px_8px] hover:shadow-[14px_14px]
.There is also meant to be a hover effect for the HTML & CSS Foundations title.
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