开发者

Align background image to the left centered vertically

开发者 https://www.devze.com 2023-01-16 08:23 出处:网络
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-pos

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

精彩评论

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