如图所示
代码如下
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
h3{
text-align: center;
color: #5A5A5A;
}
body{
background: #000;
}
#box{
width: 200px;
height: 200px;
margin:150px auto;
background: #ccc;
position: relative;
transform:perspective(800px) rotateY(-60deg) rotateX(45deg);
transform-style:preserve-3d;
}
#box div{
width:100%;
height:100%;
position: absolute;
top:0;
left: 0;
background-size:cover;
-webkit-box-shadow:0 0 100px #5fbcff;
opacity: .8;
}
.front{
transform:translateZ(100px);
background: url(images/a5.png);