Team:Imperial College/Template:Welcome

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
   <style type="text/css">
   <style type="text/css">
   /* Compulsory IDs ***********************************************************/
   /* Compulsory IDs ***********************************************************/
 +
.wrapper {
 +
    width: 100%;
 +
    height: 80px;
 +
    background : #464646;
 +
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
 +
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
 +
    border-top: 2px solid #939393;
 +
    position: relative;
 +
    margin-bottom: 30px;
 +
}
ul {
ul {

Revision as of 11:53, 19 August 2013