Update style.css

虽然不知道有没有人用,但是还是更新了一下失效的背景图片
This commit is contained in:
appexplore 2021-08-30 14:46:25 +08:00 committed by GitHub
parent 0fc04f1eb7
commit 5db7d1e34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ li{ list-style: none; float: left}
a{ text-decoration: none}
<!-- 注意为了优化演示站访问速度下方引用的是CDN上的背景图片文件地址请修改为自己的背景图片文件地址 -->
body {
background-image: url(https://z3.ax1x.com/2021/08/02/fCQ6Fs.jpg);
background-image: url(https://i.loli.net/2021/08/30/cZdF1VRga8nT2fU.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;