gpt4 book ai didi

html - 我正在编写一个网站。背景图像的 URL 在 CSS 样式表中。我无法显示图像

转载 作者:行者123 更新时间:2023-11-27 23:38:49 25 4
gpt4 key购买 nike

 <!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
<div class="w3-display-middle" style="white-space:nowrap;">
<span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide
w3-animate-opacity">Lori
<span class="w3-hide-small">Roberg</span> - Web Designer and
Developer</span>
</div>
</div>





/*css code*/
/* First image (Logo. Full height) */
enter code here
.bgimg-1 {
background-image:url('images/flpic.png');
min-height: 100%;
}

我无法显示 flpic.png 背景图像。我尝试了许多不同的 url - 例如 - ('/images/flpic.png'), ('../images/flpic.png') 和上面那个。我的文件结构是 HTML5 index.html、style.css 和一个名为 images 的文件夹。

最佳答案

试试这个。我认为该属性是 background

.bgimg-1 {
background:url("/images/flpic.png");
}

关于html - 我正在编写一个网站。背景图像的 URL 在 CSS 样式表中。我无法显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57119991/

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