CSS 3D

The Problem

perspective

CSS Property:

.stage{
    perspective: 800px;
}

Why 800px?

perspective-origin

CSS Property:

Allow you to position your 'camera' without

moving the model

CSS 3D

By Alex Walker

CSS 3D

  • 1,861