Разбираемся в CSS
1740071042
Anonymous
Я пытаюсь использовать Flexbox. http://css-tricks.com/almanac/properties/a/align-content/ Это показывает хорошие варианты выравнивания; Но я бы на самом деле хотел ситуацию на верхней части. With flex-direction: column and align-content: Space-between i can do this, but the middle div will align in the center, i want the middle one to be sticked to the top as well ? P>-
-< /p>
-< /p>
[внизу] < /p>
[code]align-self: flex-end[/code] сделает его вправо, а не внизу.
Полные документы Flexbox: http://css-tricks.com/snippets/css/a-guide- To-Flexbox/
Подробнее здесь: [url]https://stackoverflow.com/questions/24697267/flexbox-column-align-self-to-bottom[/url]