Design comparison
SolutionDesign
Community feedback
- @denieldenPosted almost 3 years ago
Hi Augusto, grat job!
To improve the centering of the card remove
margin
and adding this property to.column
class:height: 100vh; justify-content: center;
Note: Flexbox aligns to the size of the parent container.
Also try to adding a little
transition
on the elements withhover
effect.Overall you did well :) keep it up and Happy coding!
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