Update style.css

This commit is contained in:
appexplore 2021-03-24 22:00:27 +08:00 committed by GitHub
parent 457067ae0e
commit 3084faac37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd { margin: 0px; padding
img { border-style: none;}
li{ list-style: none; float: left}
a{ text-decoration: none}
<!-- 注意为了优化演示站访问速度下方引用的是CDN上的背景图片文件地址请修改为自己的背景图片文件地址 -->
body {
background-image: url(../img/01.jpg);
background-image: url(https://cdn.jsdelivr.net/gh/appexplore/jianavi/img/01.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;