Design comparison
SolutionDesign
Solution retrospective
Thanks for your comments :)
EDIT I centered whole card in body selector
Community feedback
- @Deevyn9Posted about 2 years ago
Hi Karol, congrats on completing this project, your solution looks really good, However you'll need to center the container you can do this by: Giving the body a min-height of 100vh, a width of 100vw then you give it a
display: grid;
and then youplace-items: center;
to center the container.I hope this solves your problem and you find it 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