document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .imgCenter{
  2.     margin-left: 50px;
  3.     max-width: 70%;
  4.     max-height: 600px;
  5.     transition: transform 0.25s ease;
  6. }
  7.  
  8. .imgCenter:active{
  9.     -webkit-transform:scale(2);
  10.     transform: scale(2);
  11. }
');