gpt4 book ai didi

html - 背景图像不渲染图像

转载 作者:行者123 更新时间:2023-11-28 08:30:06 24 4
gpt4 key购买 nike

我试图将我的页面设置为背景图片,但它似乎没有按我预期的方式工作。这是代码:

body 
{
background-image: url("sf.jpg");
background-repeat: no-repeat;
background-size: 100%;
font-family: "Kozuka Gothic Pro", Avenir, sans-serif;
}

我想知道这里出了什么问题。提前致谢。注意:图像与我正在运行的文件位于同一文件夹中。

最佳答案

Demo

只需对您的代码做一点小改动。

body {
background: url("http://i.stack.imgur.com/DUYP4.jpg?s=128&g=1");
background-repeat: no-repeat;
background-size: 100%;
font-family: "Kozuka Gothic Pro", Avenir, sans-serif;
}

关于html - 背景图像不渲染图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28312860/

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