Design comparison
SolutionDesign
Solution retrospective
Feedback is welcome
Community feedback
- @AatypicPosted about 2 years ago
Hello and congratulations on your solution, it looks good !
I think you have one too many container, you could have done the same without the
<div class="container">
in your case use the <body> to position your div<class="content">
. And always apply amin-height: 100vh
on your<body>
it's one of those resets that you need just like you did with:* { box-sizing: border-box; }
This will make positioning with the <body> 's children easier.
Hope this helps. Good luck 🙂
Marked as helpful1
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