Set the parent div to position: relative
, then the inner div to…
position: absolute;
bottom: 0;
…and there you go 🙂
Set the parent div to position: relative
, then the inner div to…
position: absolute;
bottom: 0;
…and there you go 🙂