1
我想定位到背景圖像的底部,但給它一些垂直偏移量。位置背景圖像中心底部有一些偏移量
比方說
同樣,我們可以這樣做:
.img{
background-position: 5px center; /* top + 5px */
}
我想:
.img{
background-position: -5px center; /* bottom - 5px ?? */
}
但圖像甚至不會可見
哪有我做到了?(不知道元素的高度)。
- 到目前爲止,我固定它使用應用的填充(圖像的大小)和利潤(偏移)的元素與
postion:bottom center;