将图像或背景图像对齐到twitter bootstrap hero box的右下角

时间:2012-03-16 11:58:00

标签: css twitter-bootstrap

如何在twitter引导程序中将图像或背景图像对齐到此fluid hero box example的右下角?

2 个答案:

答案 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">