Difference between revisions of "Template:HK SKHLPSS CUSTOM CSS"

Line 4: Line 4:
 
.background-image {
 
.background-image {
 
     background-image: url('https://static.igem.org/mediawiki/2017/f/f9/Lpbackground1.jpg');
 
     background-image: url('https://static.igem.org/mediawiki/2017/f/f9/Lpbackground1.jpg');
  position: fixed;
+
    -moz-background-size: cover;
  left: 0;
+
    -webkit-background-size: cover;
  right: 0;
+
    background-size: cover;
  z-index: 1;
+
    background-position: top center !important;
 
+
    background-repeat: no-repeat !important;
  display: block;
+
    background-attachment: fixed;
  width: 1200px;
+
  height: 800px;
+
 
+
  -webkit-filter: blur(5px);
+
  -moz-filter: blur(5px);
+
  -o-filter: blur(5px);
+
  -ms-filter: blur(5px);
+
  filter: blur(5px);
+
 
}
 
}
  

Revision as of 06:01, 1 November 2017