D
D
Denis Denisov2018-04-24 12:58:49
css
Denis Denisov, 2018-04-24 12:58:49

How to implement this with flexbox?

You need to do what you see in the picture using flexbox. What is the best way to do this?
5adefefb25fa1398768393.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
profesor08, 2018-04-24
@profesor08

Here you have a container and two blocks, left and right, the right one is divided into two more.

<div>
  <div>1</div>
  <div>
    <div>2</div>
    <div>3</div>
  </div>
</div>

A
Alexander, 2018-04-24
@pi4yyy

Alternatively:
https://jsfiddle.net/mfacenxp/1/
Just pick the sizes you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question