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;
 
}
 
  
  

Revision as of 21:20, 30 March 2015