Трансформации CSS

div {transform-style: preserve-3d;}
img {transform:rotateY(15deg);}
div {perspective: 180px;}
img {transform:rotateX(45deg);}