Difference between revisions of "Team:Duke/NewTemplate"

Line 247: Line 247:
 
#cf img.top:hover {
 
#cf img.top:hover {
 
   opacity:0;
 
   opacity:0;
 +
}
 +
 +
.grow img{
 +
transition: 1s ease;
 +
}
 +
 +
.grow img:hover{
 +
-webkit-transform: scale(1.5);
 +
-ms-transform: scale(1.5);
 +
transform: scale(1.5);
 +
transition: 1s ease;
 
}
 
}
  
Line 328: Line 339:
 
</div>
 
</div>
  
 +
<div class="grow">
 +
<img src="http://siberianhuskycentral.com/wp-content/uploads/2011/06/Alaskan-Husky-Puppies-2471.jpg"/>
 +
</div>
  
 
</html>
 
</html>

Revision as of 20:17, 26 May 2015