I have 3 divs that are side by side using display: flex.
The content in these divs are of varying height, but what I would like is to create a link in each that is always positioned at the bottom.
----------- ----------- -----------
| img | | img | | img |
| heading 1 | | heading 3 | | heading 3 |
| paragraph | | paragraph | | paragraph |
| paragraph | | | | paragraph |
| | | | | paragraph |
| link | | link | | link |
----------- ----------- -----------
This way the links will always appear lined up.