Answer the question
In order to leave comments, you need to log in
Why doesn't the align-items:end property work?
The content of the message_block container is still displayed at the top:
<div id="message_block">
<p>Привет</p>
</div>
#message_block{
display: flex;
flex-direction: column;
align-items: flex-end;
height:100%;
padding:5%;
box-sizing: border-box;
}
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