开发者

Align background image to the left centered vertically

I have a background image that I would like cen开发者_如何学Gotered vertically within an element, but aligned to the left of the element. what's the best way to accomplish this?


Use the background-position CSS property, in this case

background-position: left center;

W3C Reference: Colors and backgrounds

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜