Template:Team:Concordia/CSS

From 2014.igem.org

(Difference between revisions)
Line 758: Line 758:
#landingbg {
#landingbg {
-
   position: relative;  
+
   position: fixed;  
   top: -50%;  
   top: -50%;  
   left: -50%;  
   left: -50%;  
Line 766: Line 766:
}
}
#landingbg img {
#landingbg img {
-
   position: relative;  
+
   position: absolute;  
   top: 0px;
   top: 0px;
   left: 0;  
   left: 0;  
Line 775: Line 775:
#bg {
#bg {
-
   position: fixed;  
+
   position: relative;  
   top: -50%;  
   top: -50%;  
   left: -50%;  
   left: -50%;  
Line 783: Line 783:
}
}
#bg img {
#bg img {
-
   position: absolute;  
+
   position: relative;  
   top: 0px;
   top: 0px;
   left: 0;  
   left: 0;  

Revision as of 22:21, 15 October 2014