Team:DTU-Denmark/Team/Sponsors

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
-
 
+
.mfooter {
 +
  position:absolute;
 +
  width:1100px;
 +
  height:180px;
 +
  margin:0 auto;
 +
  margin-top:30px;
 +
  bottom:-15px;
 +
  color:white;
 +
  background:rgb(30,39,43);
 +
}
     <head>
     <head>
         <link rel="stylesheet" href="layout.css" ... />
         <link rel="stylesheet" href="layout.css" ... />

Revision as of 05:32, 31 July 2014

.mfooter { position:absolute; width:1100px; height:180px; margin:0 auto; margin-top:30px; bottom:-15px; color:white; background:rgb(30,39,43); }