1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5<title>Eigen performance monitoring</title> 6<style type="text/css"> 7 8body 9{ 10 background:#fff; 11} 12th { 13 14} 15img 16{ 17 width:auto; 18 box-shadow:0px 0px 20px #cecece; 19 margin: 20px 20px 20px 20px; 20 -moz-transform: scale(1); 21 -moz-transition-duration: 0.4s; 22 -webkit-transition-duration: 0.4s; 23 -webkit-transform: scale(1); 24 25 -ms-transform: scale(1); 26 -ms-transition-duration: 0.4s; 27} 28img:hover 29{ 30box-shadow: 5px 5px 20px #dcdcdc; 31 -moz-transform: scale(1.1); 32 -moz-transition-duration: 0.4s; 33 -webkit-transition-duration: 0.4s; 34 -webkit-transform: scale(1.1); 35 36 -ms-transform: scale(1.1); 37 -ms-transition-duration: 0.4s; 38 39} 40</style> 41</head> 42<body> 43