1
我有一個基本的燒瓶的應用程序,在這裏我引用背景圖片在我的CSS文件中像這樣瓶和CSS參考靜態文件
.three {
background:url('/static/images/house.jpg');
}
我的文件夾結構是這樣的:
project
app.py
-static
-images
house.jpg
-css
index.css
-templates
index.html
如何如何讓我的CSS正確調用圖像?
是否無法正常工作,是什麼? – Celeo
出於某種原因,它不是選擇圖像,其他一切正常 – Rob
實際上有一個白色的背景覆蓋我的文字,所以也許CSS不是問題... – Rob