3-column preview card component - Made with simple Html & Css

Solution retrospective
• How do I get the attribution to center? It's now slightly of centered to the right.
• Any tips or tricks are welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
Hi Maarten,
You've smashed it, really well done!
A few thoughts:
- I add
transition: ease .3s;
to your<button>
styles for a smooth hover affect - I think you just need to remove a few properties and keep it simple:
.attribution { /* bottom: 0; */ /* position: fixed; */ /* width: 100%; */ text-align: center; font-size: 0.6875rem; margin-top: 50px;
Marked as helpful - I add
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