Difference between revisions of "Team:UIUC Illinois/Project"

Line 11: Line 11:
  
 
<style>
 
<style>
#logo_button{
 
    padding-top: 0.1cm;
 
}
 
  
#hp_button{
 
    padding-top:0.1cm;
 
 
}
 
 
.topnav {
 
.topnav {
     background-color: #333;
+
     background-color: white;
 
     overflow: hidden;
 
     overflow: hidden;
 
     left:0;
 
     left:0;
 
     right:0;
 
     right:0;
     height:60px;
+
     height:70px;
 
     padding-right: 15px;
 
     padding-right: 15px;
    padding-top: 0cm;
 
  
 
}
 
}
Line 34: Line 26:
 
     float:left;
 
     float:left;
 
     display: block;
 
     display: block;
     color: #f2f2f2;
+
     color: rgb(44, 166, 226);
 
     text-align: center;
 
     text-align: center;
 
     padding: 14px 16px;
 
     padding: 14px 16px;
 
     text-decoration: none;
 
     text-decoration: none;
     font-size: 20px;
+
     font-size: 17px;
     width:12.5%;
+
     width:11%;
 
     position:relative;
 
     position:relative;
 
}
 
}
Line 45: Line 37:
 
/* Change the color of links on hover */
 
/* Change the color of links on hover */
 
.topnav a:hover {
 
.topnav a:hover {
     background-color: #ddd;
+
     background-color: rgb(44, 166, 226);
     color: black;
+
     color: white;
 
}
 
}
  

Revision as of 21:56, 25 July 2017