Team:GeorgiaTech/css

From 2011.igem.org

(Difference between revisions)
Line 9: Line 9:
}
}
-
#ecoili #indexclear{
+
#gt#indexclear{
       position:relative;
       position:relative;
       width:900px;
       width:900px;
Line 16: Line 16:
       margin-right:auto;
       margin-right:auto;
       background: #A8163A;
       background: #A8163A;
-
}
 
-
 
-
#ecoili #indexclear #ucl a{
 
-
      position:absolute;
 
-
      top:8px;
 
-
      left:660px;
 
-
      width:169px;
 
-
      height:70px;
 
-
      background:url(https://static.igem.org/mediawiki/2011/d/d7/Ucl-index-ucl.jpg);
 
-
}
 
-
 
-
#ecoili #indexclear #igem a{
 
-
position:absolute;
 
-
      top:0px;
 
-
      left:510px;
 
-
      width:115px;
 
-
      height:99px;
 
-
      background:url(https://static.igem.org/mediawiki/2011/e/ea/Ucl-index-igem.jpg);
 
}
}

Revision as of 04:43, 24 September 2011

body{ margin: 0px;

       background: #fcfaf8;

}

  1. toc{
     float: right;
     margin-left: 10px;

}

  1. gt#indexclear{
     position:relative;
     width:900px;
     height:100px;
     margin-left:auto;
     margin-right:auto;
     background: #A8163A;

}