body{
overflow: hidden;
width:100%;
height:100%;
background: url(“../images/11.jpg”) no-repeat;
background-size: cover;
background-position:center;
background-attachment:fixed;
}
背景图片居中全屏自适应显示
最新推荐文章于 2022-09-14 23:13:33 发布
本文深入探讨了CSS中body元素背景属性的使用技巧,包括overflow、width、height等属性的设置,以及如何应用背景图片实现固定且居中的效果。通过具体代码示例,读者可以学习到如何调整背景图片的大小、位置和重复方式。
摘要由CSDN通过智能技术生成