Difference between revisions of "Team:Linkoping Sweden/Description"

Line 27: Line 27:
 
   text-decoration: none;
 
   text-decoration: none;
 
   font-size: 17px;
 
   font-size: 17px;
 +
  width: 160px;
 +
  height: 50px;
 
}
 
}
  
Line 95: Line 97:
 
     border-color: #019966;
 
     border-color: #019966;
 
     /*overflow: hidden;*/
 
     /*overflow: hidden;*/
 +
width: 160px;
 +
    height: 50px;
  
}
 
 
.dropbtn:hover:not(.active) {  /* color of the dropdown box and text when hovering*/
 
    background-color: white;
 
    color: #019966;
 
}
 
 
.active {        /*Color of the box that the user is on*/
 
    background-color: white;
 
    color: #019966;
 
 
}
 
}
  

Revision as of 09:52, 20 June 2017

Responsive Topnav Example

Resize the browser window to see how it works.