Hello

This is a demo for a no-js, css-only perspective card animation
AA分享网(www.aafxw.com)- IT资源下载平台
CSS:

.container {
  perspective: 660px;
}

.card
{
  transform:
  rotate3d(0, 1,-.2, 45deg);
}

< />

AA分享网(www.aafxw.com)- IT资源下载平台
Every card ends up in a different angle
AA分享网(www.aafxw.com)- IT资源下载平台