Answer the question
In order to leave comments, you need to log in
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>
display: flex;
flex-wrap: nowrap;
flex-direction: column;
min-height: 100vh;
min-width: auto;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question