How to align to bottom text in second div?How to align to bottom text in second div?How to align to bottom text in second div?
div { background-color: red; }
div {
height: 100%;
}
div > div {
border: 1px solid black;
}
<div style="height:100px; width:300px;">
<div>
one
</div>
<div>
two
</div>
</div>