Submitted 8 months ago
on the blog preview card I used Flex-Box in responsive methods
@KauanArrudaMachado380
Design comparison
SolutionDesign
Community feedback
- @DanCodeCraftPosted 8 months ago
Very similar to the proposed challenge. One thing I noticed, is that your hover animation only works smoothly when active. Once you let it go, there's no transition effect. A simple solution for this could be:
transition: all 0.2s (adjust to your taste).
Hope it helps. :)
Marked as helpful1@KauanArrudaMachado380Posted 8 months ago@DanCodeCraft thanks for your suggestion :)
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