Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
ready to do the next project
What challenges did you encounter, and how did you overcome them?centering the card by display grid , minheight 100vh, placeitems center,
What specific areas of your project would you like help with?.
Community feedback
- @hilmi77Posted 8 months ago
Hello @Marcelisq!
Your Solution looks good🎉
When I review your solution
center a container you can use flex, grid etc. for example you want to use flex to center a div you can give min-height:100vh display: flex; justify-content: center; align-items: center; to body element..
if you find useful this comment please click "Marked as helpful"
Happy coding
Marked as helpful0
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