📜  背景图像 css django - CSS 代码示例

📅  最后修改于: 2022-03-11 14:48:00.838000             🧑  作者: Mango

代码示例1
#third{
     background: url("/static/img/sample.jpeg") 50% 0 no-repeat fixed;
     color: white;
     height: 650px;
     padding: 100px 0 0 0;   
     }