Team:Virginia/Parts

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
<head>
<head>
 +
<style>
 +
ul,li { list-style-type: none;
 +
        list-style-position:inside;
 +
    margin:0px 0px;
 +
    padding:0;
 +
    }
 +
 +
    #navbar ul{
 +
    display:none;
 +
    position:absolute;
 +
    left:0px;
 +
    width:100%;
 +
      background-color:#40CC9D;
 +
 +
    }
 +
 +
 +
    #navbar li{
 +
    float:left;
 +
    padding:10px 0px;
 +
    position:relative;
 +
    width:33.3333%
 +
    }
 +
 +
    #navbar > li >ul{
 +
    margin: 10px 0px;
 +
    }
 +
 +
    #navbar{
 +
    text-align:center;
 +
      /*height: 43px;*/
 +
      background-color:#40CC9D;
 +
    }
 +
 +
    a{
 +
    text-decoration:none;
 +
    color:white;
 +
    font-family:sans-serif;
 +
    }
 +
 +
#navbar li li{
 +
  width:100%;
 +
}
 +
</style>
</head>
</head>

Revision as of 14:30, 28 July 2014