vertically align something to the bottom of the container element

this will snap an element to the bottom of the parent element.
first, make sure the parent element is set to {position:relative}

then set the child element to {position:fixed; bottom:0;}