1613380-ref.html (248B)
1 <!DOCTYPE html> 2 <style> 3 .item { background: pink; margin-top: auto} 4 </style> 5 <div style="display:flex; flex-direction: column; 6 height: 100px; border: 1px solid black"> 7 <div class="item">This text should be bottom-aligned</div> 8 </div>