500px
45deg
45deg
3D Card
CSS
.container {
perspective: 500px;
}
.card {
transform: rotateX(45deg) rotateY(45deg);
}