blob: a0f9c5b4f4a54d4d7dbd72a27a93770d7a69d98f [file] [log] [blame]
<!DOCTYPE html>
<style>
#perspective {
-webkit-perspective: 150px;
height: 150px;
width: 150px;
margin: 50px;
padding: 10px;
}
#transform {
width: 150px;
height: 150px;
background: blue;
transform: rotateY(45deg);
}
</style>
<div id="perspective">
<div id="transform">
</div>
</div>