Difference between revisions of "Team:Uppsala/TEST"

Line 41: Line 41:
 
                 background-image: url("https://static.igem.org/mediawiki/2018/d/d6/T--Uppsala--Large.jpg");
 
                 background-image: url("https://static.igem.org/mediawiki/2018/d/d6/T--Uppsala--Large.jpg");
  
               
 
            }
 
  
 +
 +
 +
 +
 +
 +
 +
 +
body {
 +
  margin:0;
 +
  padding:0;
 +
  height:100%;
 +
}
 +
#container {
 +
  min-height:100%;
 +
  position:relative;
 +
}
 +
#header {
 +
  background:#ff0;
 +
  padding:10px;
 +
}
 +
#body {
 +
  padding:10px;
 +
  padding-bottom:60px;  /* Height of the footer */
 +
}
 
#footer {
 
#footer {
    clear: both;
+
  position:absolute;
    position: relative;
+
  bottom:0;
    height: 300px;
+
  width:100%;
    margin-top: -40px;
+
  height:60px;   /* Height of the footer */
background: #989698;
+
  background:#6cf;
 
}
 
}
 +
 +
 +
 +
 +
               
 +
            }
 +
  
  

Revision as of 20:33, 3 December 2018