gpt4 book ai didi

css - 背景图片不显示

转载 作者:太空宇宙 更新时间:2023-11-04 00:46:16 26 4
gpt4 key购买 nike

我想要一个关于我 body 的背景,但我不能让它工作......

我已经尝试过更改路径,我已经多次检查它并作为图像工作。

 /**Body**/
body {
background: url(background: url(img/fond.jpg) repeat;
}

.header {
background: #404040;
height: 35px;
width: 100%;
}

/**Wrap**/
.wrap {
width: 960px;
margin: 0 auto;
}

/**Contenu**/
.contenu-haut {
background: url(img/contenuhaut.jpg)no-repeat;
width: 1200px;
height: 41px;
}

.blog {
background: url(img/contenuhaut.jpg) repeat-x;
width: 1200px;

}

最佳答案

应该是这样的:

body {
background: url(img/fond.jpg) repeat;
}

关于css - 背景图片不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57057940/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com