Submitted about 2 years ago
Responsive landing page using CSS grid
@lawal-sherif-itunu
Design comparison
SolutionDesign
Community feedback
- @DeolabestPosted about 2 years ago
Hey @lawal2000, Congratulations on completing this challenge!
Here is my feedback:
It looks like you didn't center the container probably on the body. Solution:
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; align-items: center; display: flex; flex-direction: column; justify-content: center; }
Keep doing a good job!
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