Bootstrap 3 Align Text To Bottom of Div

前端 未结 5 1797
-上瘾入骨i
-上瘾入骨i 2020-12-03 02:22

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:

=========================         


        
5条回答
  •  醉酒成梦
    2020-12-03 02:52

    The easiest way I have tested just add a
    as in the following:


    Some Text

    The only problem is that a extra line break (generated by that
    ) is generated when the screen gets smaller and it stacks. But it is quick and simple.

提交回复
热议问题