Template:Team:Concordia/CSS

From 2014.igem.org

(Difference between revisions)
Line 753: Line 753:
/*
/*
-
bg
+
iGEM CONCORDIA BACKGROUNDS
*/
*/
 +
#landingbg {
#landingbg {
   position: fixed;  
   position: fixed;  
Line 764: Line 765:
}
}
#landingbg img {
#landingbg img {
 +
  position: absolute;
 +
  top: 0px;
 +
  left: 0;
 +
  right: 0;
 +
  bottom: 65px;
 +
  margin: auto;
 +
}
 +
 +
#bg {
 +
  position: fixed;
 +
  top: -50%;
 +
  left: -50%;
 +
  width: 200%;
 +
  height: 200%;
 +
  z-index: -10;
 +
}
 +
#bg img {
   position: absolute;  
   position: absolute;  
   top: 0px;
   top: 0px;

Revision as of 21:52, 15 October 2014