Team:GeorgiaTech/css
From 2011.igem.org
body{
font-family: 'Josefin Sans', sans-serif;
margin: 0px;
background: #fcfaf8;
}
- gt #navbar {
position:relative; margin-left:auto; margin-right:auto; width:100%; height:auto; background:url();
}
- gt #navbar #intro a{
position: absolute; width: 100px; height: auto; top: 0px; left: 0px; }
- gt #navbar #intro a:hover{
background:url();
}
- gt #navbar #Sthermophilus a{
position: absolute; width: 100px; height: auto; top: 0px; left: 100px; }
- gt #navbar #Sthermophilus a:hover{
background:url();
}
- gt #navbar #safety a{
position: absolute; width: 100px; height: auto; top: 0px; left: 200px; }
- gt #navbar #safety a:hover{
background:url();
}
- gt #navbar #notebook a{
position: absolute; width: 100px; height: auto; top: 0px; left: 300px; }
- gt #navbar #notebook a:hover{
background:url();
}
- gt #navbar #modeling a{
position: absolute; width: 100px; height: auto; top: 0px; left: 400px; }
- gt #navbar #modeling a:hover{
background:url();
}
- gt #navbar #future a{
position: absolute; width: 100px; height: auto; top: 0px; left: 500px; }
- gt #navbar #future a:hover{
background:url(https://2011.igem.org/File:Future.png);
}
- gt #navbar #iGEM a{
position: absolute; width: 100px; height: auto; top: 0px; left: 600px; }
- gt #navbar #iGEM a:hover{
background:url();
}