Here is a challenge!
I am using GetSkeleton at the moment and have 3 basic columns
<div class="container">
<div class="one-third column box1">
Some text<br/>
</div>
<div class="one-third column box2">
Some text
</div>
<div class="one-third column box3">
Some text<br/>
Some text<br/>
Some text<br/>
Some text<br/>
</div>
</div>
As you will notice, there is more content in box 3. How can i make it so that box 1 and box 2 are aligned to the bottom - but with respect to keeping it responsive.