mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated jquery and fixed background in FF
This commit is contained in:
@@ -30,18 +30,19 @@ body{background:#000; margin:0;}
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-color: #000;
|
||||
background-image: url(bg.jpg);
|
||||
-webkit-filter: blur(50px) brightness(0.8);
|
||||
-moz-filter:blur(50px) brightness(0.8);
|
||||
-ms-filter:blur(50px) brightness(0.8);
|
||||
-o-filter: blur(50px) brightness(0.8);
|
||||
filter: blur(50px) brightness(0.8);
|
||||
filter: url(blur.svg#blur);
|
||||
/*filter: url(blur.svg#blur); lagger! */
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
top: 0px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
|
||||
height: 100%;
|
||||
/*transition: background-image 0.5s ease-in-out; lagger! */
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user