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: medium;
 
     font-family: "Avenir";
 
     font-family: "Avenir";
     background-color: #fddea5;
+
     background-color: "fddea5;
     color: black;
+
     color: #595959;
 
     padding: 0;
 
     padding: 0;
 
}
 
}

Revision as of 02:54, 25 June 2018