Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Community feedback
- @Adhi-S12Posted 5 months ago
Good work, you can improve it by making some changes like,
- Reducing the padding inside the card.
- Increasing spacing below the card header.
- You centered the element using flex correctly but since there is an attribution div("Challenge by .."), your card element is not centered properly. There are many ways to fix this, one simple fix would be make the attribution to be of postion:fixed and place it in the bottom, so that it is taken out of flow and your element will sit in the middle perfectly.
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