html{
background:url('mu.jpg') center center;
min-height:100%;
background-size:cover;
}
body{
min-height:100%;
}
本文介绍了一种使用CSS设置网页背景的方法,通过具体代码示例展示了如何将图片设置为页面背景并使其自适应屏幕大小。
html{
background:url('mu.jpg') center center;
min-height:100%;
background-size:cover;
}
body{
min-height:100%;
}

被折叠的 条评论
为什么被折叠?