Design comparison
Solution retrospective
structuring HTML contents semantically, and using CSS flex module.
Community feedback
- @DanCodeCraftPosted 8 months ago
Hello,
It's very similar to the original. You forgot to add the hovering state in the card, though. Check the images provided in the project.
If you accept a suggestion, you can also add a transition effect when hovering, so the change is more smooth.
The syntax is: transition: [transition-property] [transition-duration] [transition-timing-function] [transition-delay];
In this case, you can keep it simple and just have 2 parameters, selecting all elements at once, and a short time for the effect in and out.
0@TariCodesPosted 8 months ago@DanCodeCraft can you brief me up on that please?, I don't quite understand what you mean.
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