对于新手来说添加网站背景,图片不能铺满整个网页用下面方法解决。
<style type="text/css">
body, html{
height: 100%;
width:100%;
}
body{
background: url(图片路径) bottom center no-repeat #efeff4 ;
background-size: 100% 100%;
height: 100%;
width:100%;
}
</style>
把代码放入到网页中或者去掉。
👋 感谢您的观看!
© 版权声明
THE END