Design comparison
SolutionDesign
Community feedback
- @marcel-schmidt-devPosted about 1 year ago
Hello and congratulations for finish this challenge.
I have a few tips to improve it:
This will remove the whitespace under the image
img{ display: block; }
And you should know that the body normaly fits to its content. To use grid on it, use the display height, so the content can center correcly
body{ min-height: 100vh; }
Hope this will help 😀😉
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