Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm learning use flex properties and align image and text.
What challenges did you encounter, and how did you overcome them?border, colors and fonts.
What specific areas of your project would you like help with?I like help about use fewer code line css.
Community feedback
- @MahmoodHashemPosted 4 months ago
Hello there! šš½āāļø
Congrats on completing the challenge! ā
Your project looks fantastic!
Here's a tip to make it even better:
You did a great job using the grid to center the card, but don't forget to set the height of the body to also center it vertically.
š CSS :
body { min-height: 100vh; display: grid; place-content:= center; }
Hope this helps!
Keep up the great work!
Marked as helpful0@MahmoodHashemPosted 4 months ago@ricardosibu you're welcome. If you found it helpful, please remember to mark it as helpful
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