Team:Virginia/Notebook

From 2014.igem.org

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

Revision as of 21:08, 24 July 2014