html代码大全 27.在页面中如何加入不是满铺的背景图片,拉动页面时背景图不动
提问人:刘团圆发布时间:2020-11-02
<style>
body
{background-image:url(logo.gif); background-repeat:no-repeat;
background-position:center;background-attachment: fixed}
</style>
继续查找其他问题的答案?
相关视频回答
回复(0)
<style>
body
{background-image:url(logo.gif); background-repeat:no-repeat;
background-position:center;background-attachment: fixed}
</style>
点击加载更多评论>>