Responsive huddle landing page using grid and flexbox

Solution retrospective
Hi everyone, this is my solution of "Huddle landing page". Any feedback is appreciated. Thanks for your help.
- I noticed the width of an img element can be affected by the width of its parent elements, better to wrap it with a div when using flexbox.
<div class="flex">
<div class="flex_item1">
<img src="" alt="">
</div>
<div class="flex_item2">
</div>
</div>
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Kenny Ng's solution.
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