gpt4 book ai didi

css - 背景图像不显示。 CSS。标题 1. HTML5

转载 作者:太空宇宙 更新时间:2023-11-04 01:34:23 24 4
gpt4 key购买 nike

我正在为我的类(class)开发一个网站,但在显示此页眉的图像时遇到了极大的困难。它们在同一个文件夹中,当直接应用于特定页面时,我可以获得要显示的图像。我觉得我的 CSS 编码方式有问题。

  h1     
{ background-color: #000033;
background-image: <img src="sunset.jpg" "Height=72px" <alt="Sunset"> ;
color: #FFFFFF;
line-height: 200% ;
font-family: Georgia, serif;
text-indent: ;
text-shadow: ;
margin-bottom: 0 ;}

所以我在没有意识到的情况下让它工作,这是我结束的代码。

    h1     
{ background-color: #000033;
background-image: url(sunset.jpg) ;
color: #FFFFFF;
line-height: 200% ;
font-family: Georgia, serif;
text-indent: ;
text-shadow: ;
background-position: right;
background-repeat: no-repeat;
height: 60px;
padding-left: 20px;
margin-bottom: 0 ;}

最佳答案

背景图片在css中使用如下

背景图片:url("sunset.jpg");

看看https://www.w3schools.com/css/css_background.asp

关于css - 背景图像不显示。 CSS。标题 1. HTML5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46505863/

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