Design comparison
SolutionDesign
Solution retrospective
Here my solution for profile card component, feel free to give some feedback on my code and mark any mistakes. Thank you
Community feedback
- @nayfu5Posted over 2 years ago
Other than a lack of spacing near the stats section at the bottom of the card, you did great! One cool tip: to center the card, you can use grid or flexbox:
html, body { height: 100% } body { display: flex; justify-content: center; align-items: center; }
Marked as helpful0@audinastggPosted over 2 years ago@nayfu5 thank you sufyan shahid, I will update my code
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