Update main.css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user