我的背景圖片沒有一直延伸到窗口的底部。不延伸到窗口底部的背景圖片
我已經在CSS中設置了我的背景圖像以及一堆屬性以使其透明。這是我的CSS:
body {
background-image: url("http://www.inc.com/uploaded_files/image/970x450/flatiron-school-1940x900_35912.jpg");
background-color: rgba(255, 255, 255, .3);
background-repeat: no-repeat;
background-size: 100% ;
background-blend-mode: color;
}
謝謝,html,body {}修復了這個問題! –