Design comparison
SolutionDesign
Solution retrospective
all feedback is welcome thank you in advance
Community feedback
- @PraiseImmanuelPosted about 1 year ago
Great Job Micheal! You nailed it. But I will like you to check your css and make this correction if you see it neccesary:
.cont { height: 100vb; display: flex; justify-content: center; align-items: center; }
Change your b on the height property to :
.cont { height: 100vh; display: flex; justify-content: center; align-items: center; }
Keep soaring, Happy Coding!
1@A7MEDC7Posted about 1 year ago@PraiseImmanuel Thank you so much, I will have a good one
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