【发布时间】:2020-02-13 08:37:20
【问题描述】:
我一直在尝试将图像作为背景,但由于某种原因,它不起作用。
您将在下面找到我的HTML 和CSS。图片名称为Background,大小为1280*720。
HTML:
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="test.css">
</head>
<body >
<header>
</header>
<footer></footer>
</body>
</html>
CSS:
body {
background: url("C:\Users\pro tech\Desktop\site web\Nouveau dossier: background.jpeg") no-repeat;
background-size: cover;
}
【问题讨论】:
-
图片的网址看起来很不对;你能展示一下你的项目的文件结构吗?
-
@Deepak 我尝试在内容更多但仍然存在相同问题的正文上进行此操作