D
D
denism3002018-09-20 21:49:23
css
denism300, 2018-09-20 21:49:23

How to align vertically in flex?

There is a structure like this:

<div class="body">
  <div class="container">
    <div class="content">
      <p>текст</p>
    </div>
  </div>
</div>

.body has these styles:
display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  min-height: 100vh;
  min-width: auto;

how to vertically align the .container block to the center of the .body block, and push the .content block to the top of the .container block?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question