Includes Sass implementation and Grid ,Flex layouting

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Kevin-kirago
Just updated my solution. Thanks for the feedback!
- @mattstuddert
Nice work on this challenge, Kevin! Just a quick heads up that the
min-height: 100vh;
on the.header__container
class is throwing off the screenshot. You can edit that and take a new screenshot to resolve it.vh
is a unit that should be used sparingly as it can create unintended visual issues. Instead, I'd recommend usingpadding
andmargin
on elements within to create the necessary spacing.Overall your code looks really good. Keep it up! 👍
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