Design comparison
SolutionDesign
Community feedback
- @sivaprasath2004Posted 7 months ago
Hello, I would like to extend my congratulations on completing this challenge.
- I will give suggestion i hope this is use your solution.
- You will use height:100vh this is not proper in mobile site.
body{ height: 100vh; }
- If i will recommand for min-height:100vh; this is for proper use in mobile site small size screen also can be proper work change the code to.
body{ min-height: 100vh; }
Marked as helpful0@sivaoptrPosted 7 months ago@sivaprasath2004 Thank you..It`s was very helpful my solution.
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