Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
<div class="container">
<aside></aside>
<aside></aside>
<main></main>
<aside></aside>
<aside></aside>
</div>
.container {
width:900px;
height:200px;
display:flex;
flex-direction:column;
flex-wrap:wrap;
}
aside {
width:300px;
height:100px;
}
main {
width:300px;
height:200px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question