Difference between revisions of "Team:BostonU/Medal Criteria"

Line 7: Line 7:
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
body {
 
width:1349px;
 
margin:0 auto;
 
}
 
  
 
img:hover {
 
img:hover {
 
   -webkit-filter: grayscale(0%);
 
   -webkit-filter: grayscale(0%);
   -webkit-transition: .5s ease-in-out;
+
   -webkit-transition: 1s ease-in-out;
  -moz-filter: grayscale(0%);
+
  -moz-transition: .5s ease-in-out;
+
  -o-filter: grayscale(0%);
+
  -o-transition: .5s ease-in-out;
+
 
}  
 
}  
  
 
img {
 
img {
 
   -webkit-filter: grayscale(100%);
 
   -webkit-filter: grayscale(100%);
   -webkit-transition: .5s ease-in-out;
+
   -webkit-transition: 1s ease-in-out;
  -moz-filter: grayscale(100%);
+
   width:60%;
  -moz-transition: .5s ease-in-out;
+
  -o-filter: grayscale(100%);
+
  -o-transition: .5s ease-in-out;
+
   width:100%;
+
 
}
 
}
  

Revision as of 15:39, 9 August 2016