Difference between revisions of "Team:UC Davis/AresTestPage"

Line 13: Line 13:
 
   #topnav {
 
   #topnav {
 
     display: table;
 
     display: table;
    height: 87px;
 
 
     width: 100%;
 
     width: 100%;
 
     background-color: #002855;
 
     background-color: #002855;
 
     margin-left: 0;
 
     margin-left: 0;
 
 
}
 
}
  
 
   #topnav li {
 
   #topnav li {
 
     display: table-cell;
 
     display: table-cell;
    height: 87px;
 
 
     width: 16.666666667%;
 
     width: 16.666666667%;
     line-height: 87px;
+
     line-height: 50px;
 
     text-align: center;
 
     text-align: center;
 
 
}   
 
}   
 
   #topnav a {
 
   #topnav a {
 
     text-decoration: none;
 
     text-decoration: none;
 
     color: white;
 
     color: white;
     font-size: 20px;
+
  }
 +
  #topnav li a {
 +
     display: block;
 +
  }
 +
  #topnav li a:hover {
 +
    background-color: #123b68;
 
   }
 
   }
 
</style>
 
</style>

Revision as of 23:15, 24 July 2018

iGEM