如何在twitter引导程序中将图像或背景图像对齐到此fluid hero box example的右下角?
答案 0 :(得分:4)
这样写:
div{
background-position:bottom right;
}
答案 1 :(得分:3)
您可以使用带有一些上边距的bootstrap .pull-right
类将图像推到右下方,或者将其背景位置定义为右下方,如另一个建议的那样。
<img class="pull-right" style="margin-top:10px;" src="http://lorempixel.com/400/200">