Difference between revisions of "Team:British Columbia/Test/Custom CSS"

Line 39: Line 39:
 
#content {
 
#content {
 
     border: none;}
 
     border: none;}
 +
.vertical-align {
 +
  display: flex;
 +
  align-items: center;   
 +
}
 +
 +
 +
.scrollup {
 +
    width: 40px;
 +
    height: 40px;
 +
    position: fixed;
 +
    bottom: 50px;
 +
    right: 50px;
 +
    float: right;
 +
}
 +
 +
.scrollup:hover{
 +
opacity: 0.4;
 +
}
 +
 +
 
</style>
 
</style>
  

Revision as of 21:17, 30 March 2015