#red .box { background-color: red; transform: perspective( 600px ) rotateY( 45deg ); }
#blue { perspective: 600px; } #blue .box { background-color: blue; transform: rotateY( 45deg ); }
对不起,你的浏览器不支持CSS 3D transforms。