I\'m trying to get a setup in Bootstrap that would look something like this, where I have text aligned with the bottom of an image:
=========================
You can do this:
CSS:
#container { height:175px; } #container h3{ position:absolute; bottom:0; left:0; }
Then in HTML:
Some Text
EDIT: add the <