响应式Web开发项目教程(HTML5+CSS3+Bootstrap)第2版 例3-4 CSS 立方体
代码CSS立方体.box{width:200px;height:200px;position:relative;/*透视:1000px(元素距视图的距离为1000px)*/perspective:1000px;/*定义子元素保留3D位置*/transform-style:preserve-3d;transform:translate(150px,100px)rotateX(-30deg)rotat