css3新增属性

1.perspective

设置从何处查看一个元素的角度:

div
{
perspective: 500;
-webkit-perspective: 500; /* Safari and Chrome */
}

原文地址:https://www.cnblogs.com/rage-the-dream/p/6492253.html