Difference between revisions of "Template:CCU Taiwan"

Line 132: Line 132:
 
}
 
}
 
.parallax {
 
.parallax {
     background-image: url("https://static.igem.org/mediawiki/2018/1/11/T--CCU_Taiwan--LGOG_3.gif");
+
     position: fixed;
     height: 100vh;  
+
     top: 0;
     background-attachment: fixed;
+
     right: 0;
     background-position: center;
+
     bottom: 0;
     background-repeat: no-repeat;
+
     left: 0;
     background-size: cover;
+
     overflow: hidden;
     z-index: 2;
+
     z-index: -2;
 +
}
 +
 
 +
.homevideo {
 +
    position: absolute;
 +
    top: 0;
 +
    left: 0;
 +
    width: 100%;
 +
    height: 100%;
 
}
 
}
  

Revision as of 06:50, 25 July 2018