Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
.item { background: pink; margin-top: auto}
</style>
<div style="display:flex; flex-direction: column;
height: 100px; border: 1px solid black">
<div class="item">This text should be bottom-aligned</div>
</div>