0
我會認爲這琴會導致獅子的頭在右div的中間爲中心:如何在容器中間放置背景圖像?
這是爲什麼沒有發生?我該如何做到這一點?我認爲background-position: center
應該這樣做。
.full-half-image {
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #000;
}
刪除背景附件 –
好吧,它似乎是這樣的。謝謝 –