Please help me. I want to know if such a layout can be created by using flexbox but with this HTML (without wrapping child2 and child3 within another div)
<div class="parent">
<div class="child1"></div>
<div class="child2"></div>
<div class="child3"></div>
</div>