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

(Blanked the page)
Line 1: Line 1:
<html>
 
<style>
 
  
@charset "UTF-8";
 
 
body {
 
  background-color: #fddea5;
 
  font-family: "Avenir", Arial, sans-serif;
 
  width: 400px;
 
 
}
 
 
.topnav {
 
    background-color: #f8b862;
 
    overflow: hidden;
 
}
 
 
.topnav a {
 
    float: right;
 
    color: white;
 
    text-align: center;
 
    padding: 14px 16px;
 
    text-decoration: none;
 
    font-size: 17px;
 
}
 
 
.topnav a:hover {
 
    background-color: #eaf4fc;
 
    color: black;
 
}
 
 
.topnav a:active {
 
    background-color: #f8f4e6;
 
    color: white;
 
}
 
</style>
 
</html>
 

Revision as of 02:28, 25 June 2018