SOURCE

console 命令行工具 X clear

                    
>
console
<div style="padding:50px 100px;background:#fff;width:100px;height:100px;margin:50px;">
  <img src="http://designmodo.github.io/Flat-UI/img/icons/svg/pencils.svg"
  alt="pencils"  />
</div>
img {
/*   transform: translate(0, 50px) rotate(45deg) scale(1.2);
  -ms-transform: translate(0, 50px) rotate(45deg) scale(1.5);
  -webkit-transform: translate(0, 0px) rotate(90deg) scale(1.5);
  -moz-transform: translate(0, 50px) rotate(45deg) scale(1.5);
  -o-transform: translate(0, 50px) rotate(45deg) scale(1.5); */
   transform: rotateX(30deg)  rotateY(45deg) rotateZ(90deg);
}