我正在使用此代碼來顯示採用瀏覽器的完整垂直高度的背景圖像。橫跨所有屏幕分辨率的背景圖像中間的中心div
<div id="outer"></div>
CSS
#outer {
background-image: url(https://www.mydomain./image.jpg);
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
}
我期待放置一個DIV中,這是在圖像中所有的屏幕分辨率,中間垂直和水平居中。
到目前爲止,我一直沒有成功,我嘗試了一切。這需要大多數瀏覽器的支持。
請告訴我們你的企圖。 – jedifans
見http://stackoverflow.com/questions/37485593/css-center-any-image-in-div/37485686#37485686 –
請參閱http://stackoverflow.com/questions/19026884/flexbox-center-horizontally-and -vertically – Dario