Thursday, February 16, 2012

Super Cool CSS Flip Effect with Webkit Animation

Super Cool CSS Flip Effect with Webkit Animation: ".container {
width: 324px; height: 412px;
-webkit-perspective: 1000;
}

.card {
width: 324px; height: 412px;
border: 8px solid #fff;
-webkit-transform-style: preserve-3d;
-webkit-transition: 0.5s;
}"

'via Blog this'