Design comparison
Solution retrospective
I have been designing and developing for the web for a solid decade plus, but still stumble from time to time and always know I need to keep my front-end development skills sharp and up to date.
-
The one thing I realized was when I set my height for the body to 100vh, when the window height got small enough, it would start cutting off the top content more and more as the screen height got smaller and smaller. I realized I needed to set the height of the body as "min-height: 100vh" instead of "height: 100vh;" to avoid this. I don't use 100vh all the time and often will find little things like this I am not used to working with which is great for things that slip my mind over time if I'm not doing them such as this.
-
I am just about 100% sure of all the code I wrote for this small project. You can tell me otherwise if I am wrong in the comments!
-
If you have any suggestions on my code/project on using better practices than what I used, please don't hesitate to let me know! I always strive to learn from others and it is appreciated. Feedback is always welcomed!
Community feedback
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