Vanilla HTML, CSS (flexbox and grid), and JS site.

Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Your solution looks awesome, Jun! Just a quick heads up that the
vh
units are currently throwing off the screenshot. I'd recommend only using thevh
unit in very specific circumstances, as it can have unintended consequences, especially on short viewports. Instead, I'd let the height on the inner content dictate the height of the parent. It's much better to usemargin
andpadding
on elements than forcing theheight
directly.Keep up the great work!
Join 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