Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive huddle landing page using grid and flexbox

Kenny Ng 400

@kennylun123


Design comparison


SolutionDesign

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>

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

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