Submitted 3 months ago
Blog Preview Card Responsive Page with TailwindCSS
@alireza-turk
Design comparison
SolutionDesign
Community feedback
- @gustavo2023Posted 3 months ago
Congratulations on completing the challenge!
Everything looks great and is very well done. Although I have a suggestion regarding the hover effect on the card. I looks nice but you could consider adding a transition for a smoother animation. For example:
.card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
I hope you find my suggestion useful
Have a good day!
Marked as helpful0@alireza-turkPosted 3 months ago@gustavo2023 Thank you for looking at my challenge so carefully😍 I tried your suggestion and applied it, it was very beautiful
0
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