mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removing excessive css code
This commit is contained in:
@@ -135,27 +135,3 @@
|
||||
{
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
.bgimage{
|
||||
z-index: -100;
|
||||
background-size: 180%;
|
||||
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);
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background-color:#000;
|
||||
}
|
||||
Reference in New Issue
Block a user