Update main.css

This commit is contained in:
David Miller
2021-07-18 21:00:29 +08:00
parent d4ea82f4ec
commit cab2188a9f

View File

@@ -201,6 +201,10 @@ input, select, textarea {
/* BG */
#bg {
-moz-animation: bg 60s linear infinite;
-webkit-animation: bg 60s linear infinite;
-ms-animation: bg 60s linear infinite;
animation: bg 60s linear infinite;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
@@ -211,7 +215,7 @@ input, select, textarea {
transform: translate3d(0,0,0);
/* Set your background with this */
background: #348cb2 url("images/bg.jpg") bottom left;
background: #052753 url("images/bg.jpg") bottom left;
background-repeat: repeat-x;
height: 100%;
left: 0;