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

Line 7: Line 7:
  
 
/* Start general reset ================================================== */
 
/* Start general reset ================================================== */
 +
 +
 +
.topnav {
 +
 +
    background-color: #f8b862;
 +
    overflow: hidden;
 +
}
 +
 +
.topnav a {
 +
    float: left;
 +
    color: white;
 +
    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: #eaf4fc;
 +
    color: white;
 +
}
  
 
html body {
 
html body {
 
     font-size: inherit;
 
     font-size: inherit;
     font-family: inherit;
+
     font-family: "Avenir";
     background-color: transparent;
+
     background-color: #fddea5;
     color: #595959;
+
     color: black;
 
     padding: 0;
 
     padding: 0;
 
}
 
}

Revision as of 02:52, 25 June 2018