Difference between revisions of "Team:ASIJ Tokyo/CSS"

Line 26: Line 26:
  
 
/* Start top-section reset ============================================== */
 
/* Start top-section reset ============================================== */
 +
 +
 +
.topnav {
 +
    background-color: #efab93;
 +
    overflow: hidden;
 +
}
 +
 +
.topnav a {
 +
    float: left;
 +
    color: black;
 +
    text-align: center;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
    font-size: 17px;
 +
}
 +
 +
.topnav a:hover {
 +
    background-color: #fff1cf;
 +
    color: black;
 +
}
 +
 +
.topnav a.active {
 +
    background-color: #e0ebaf;
 +
    color: white;
 +
}
  
 
div#top-section {
 
div#top-section {

Revision as of 02:56, 25 June 2018