Difference between revisions of "Team:UCSC/CSS"

Line 675: Line 675:
  
 
.buttonnotebook2:hover {
 
.buttonnotebook2:hover {
 +
    background-color: #e91b63;
 +
}
 +
 +
.buttonnotebook3 {
 +
    background-color: #464646;
 +
    color: white;
 +
    padding: 18px 20px;
 +
    width: 49%;
 +
    text-align: center;
 +
    text-decoration: none;
 +
    display: inline-block;
 +
    font-size: 16px;
 +
    -webkit-transition-duration: 0.4s; /* Safari */
 +
    transition-duration: 0.4s;
 +
    cursor: pointer;
 +
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
 +
    float: left;
 +
}
 +
 +
.buttonnotebook3:hover {
 
     background-color: #e91b63;
 
     background-color: #e91b63;
 
}
 
}

Revision as of 18:13, 18 September 2018