Responsive Huddle-Landing-Page using CSS flex.

Solution retrospective
There seems to be problem after going under 600 px width, can I solve this problem by adding another media query? Also I had a problem postioning footer so I had to position it with top property and I don't like doing that but ¯_(ツ)_/¯
Please log in to post a comment
Log in with GitHubCommunity feedback
- @GrzywN
Great job!
You can position your footer, by using
min-height: 100vh
,display: flex
,flex-direction: column
andjustify-content: space-between
in your body or container depending on structure of your HTML markup. You can watch more about it hereHave a nice day and happy coding!
Marked as helpful
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