Design comparison
SolutionDesign
Community feedback
- @IamparvesPosted almost 3 years ago
Hello @dserranoi, You did a great job.
I just have a little tips. You shouldn't use height in the body like you used
height: 100vh;
in this project. I saw when the viewport's height is smaller than content it doesn't show all the content. Instead you should usemin-height: 100vh;
. I think you understand whatmin-height
does. But if you don't you should learn about it.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