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

(Created page with "<html> <head> <script src=></script> <title> UC Davis iGEM 2018 </title> <style> Random CSS: body {backgrou...")
 
Line 16: Line 16:
 
                        
 
                        
 
                       /* Navigation bar CSS */
 
                       /* Navigation bar CSS */
 
  
 
                                     .nav, .nav ul {
 
                                     .nav, .nav ul {
Line 28: Line 27:
  
 
                                     /* The top navigation menu */
 
                                     /* The top navigation menu */
                                    #topnav {
 
                                    display: table;
 
                                    height: 87px;
 
                                    width: 100%;
 
                                    background-color: #002855;
 
                                    margin-left: 0;
 
                                  }
 
 
                                  #topnav li {
 
                                    display: table-cell;
 
                                    height: 87px;
 
                                    width: 16.666666667%;
 
                                    line-height: 87px;
 
                                    text-align: center;
 
                                  } 
 
 
 
                                     .nav {
 
                                     .nav {
 
                                     /* Layout & positioning */
 
                                     /* Layout & positioning */
                                 
+
                                    display: block;
 
                                     position: relative;
 
                                     position: relative;
 
                                     width: 967px; /*1000px*/
 
                                     width: 967px; /*1000px*/
Line 59: Line 42:
 
                                     /* The link containers */
 
                                     /* The link containers */
 
                                     .nav>li {
 
                                     .nav>li {
                                 
+
                                    display: block;
 
                                     float:left;
 
                                     float:left;
 
                                     position: relative;
 
                                     position: relative;

Revision as of 22:21, 24 July 2018

UC Davis iGEM 2018