请问为啥背景图片不是拉伸的而是平铺状态
本帖最后由 我不会秃头的 于 2020-6-11 16:41 编辑<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="不可能,HTML5,CSS3">
<meta name="description" content="我">
<meta name="author" content="狗子">
<title>我的第一个网站</title>
<link rel="icon" type="image/x-icon" href="img/favicon1.ico">
<style>
body {
background-image: url("images/field.jpg");
}
</style>
<style type="text/css">
h1 {
text-align: center;
margin-top: 20%;
color: white;
}
p {
margin-left: 60%;
color: white;
}
a {
color: white;
}
</style>
</head>
<body>
<h1> 你好</h1>
<hr>
<p><a href="nihao.html">咦~这是什么</a></p>
<body>
</html>
其中body下的backgroud我加了图片后 在页面显示的图片是平铺的,请问该怎么解决呢 就是这样
https://blog.csdn.net/cuichao703/article/details/11811369
你看看这个吧 Twilight6 发表于 2020-6-11 16:40
https://blog.csdn.net/cuichao703/article/details/11811369
你看看这个吧
我按照这个加了后就变成这样 Twilight6 发表于 2020-6-11 16:40
https://blog.csdn.net/cuichao703/article/details/11811369
你看看这个吧
我知道了{:5_106:}感谢大佬 Twilight6 发表于 2020-6-11 16:40
https://blog.csdn.net/cuichao703/article/details/11811369
你看看这个吧
你怎么跑到web区来了 xiaosi4081 发表于 2020-6-11 18:28
你怎么跑到web区来了
我中午回复被审核了 我说我是百度的哈哈
页:
[1]