<div class="wrap">
<div class="telik"></div>
</div>
body {
background: #262535;
padding-top: 30px;
}
.wrap {
width: 400px;
height: 130px;
perspective: 400px;
margin: 0 auto;
}
.telik {
width: 100%;
height: 100%;
background: #fff;
transform: rotateX(-10deg);
box-shadow: 0 10px 50px rgba(255, 255, 255, 0.8);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.