How can I use flexbox layouts to create a vertical stack
(column) of divs with one div anchored to the bottom of the
container?
|--------|
|
div1 |
| div2 |
| div3 |
| |
|
|
| |
| fixed1
|
|--------|
For
example, in this rel="nofollow">fiddle I want Items 1, 2, and 3 to be horizontally centered
and vertically aligned to the top and Fixed Item to be horizontally centered and
vertically aligned to the
bottom.
HTML
class="container">
Item
1
Item 2
class="item">Item 3
No comments:
Post a Comment