【HTML】页面设置背景图片
时间:2020-12-22 16:02:08
收藏:0
阅读:43
问题
如何给页面设置背景图片?
示例

解决
一行代码搞定(放在body中)
<img src="" width="100%" height="100%" style="z-index:-100;position:fixed;left:0;top:0"/>
原文:https://www.cnblogs.com/AirCL/p/14172349.html
评论(0)