Design comparison
SolutionDesign
Solution retrospective
A goood challenge to improve yours skills in API requests
Community feedback
- @Deevyn9Posted about 2 years ago
Hi Jonathan, 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!
0@jowribasPosted about 2 years ago@Deevyn9 Hi Divino how are you? thank you for your suggestion!
1
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