Positioning div at the bottom of the parent div – Bootstrap-Twitter bootstrap
I am trying to position a div at the bottom of the containing div. https://prnt.sc/q2iasz I tried having position: relative for the parent div and position: absolute, bottom: 0 but the code seems not to be working. If I give…