I have 2 <section>
:
<header>
</header>
<section class="left">
</section>
<section class="right">
</section>
There is no tag that covers these 2 sections And Can not change or add to HTML . Now i want to use flex
to layout this pages like:
|left
|right
|. Now I want layout header with 100% width , .left 30% and right 70%. Can you give me some ideas to fix this, thanks all