html页面设置覆盖且不重复的背景图片
相关代码:
body, html{ background-image: url(https://files.cnblogs.com/files/blogs/634541/bg.bmp); background-repeat: no-repeat; background-position: center; background-size: cover; }
相关代码:
body, html{ background-image: url(https://files.cnblogs.com/files/blogs/634541/bg.bmp); background-repeat: no-repeat; background-position: center; background-size: cover; }