Make element sit at the bottom of a container

PHOTO EMBED

Wed Mar 08 2023 21:12:24 GMT+0000 (Coordinated Universal Time)

Saved by @zaccamp #css

#container {
    position: relative;
}
#inner_item {
    position: absolute;
    bottom: 0;
}
content_copyCOPY

https://stackoverflow.com/questions/526035/how-can-i-position-my-div-at-the-bottom-of-its-container