Full-page Animations Using CSS - IEBlog - Site Home - MSDN Blogs: "Transforming a Page’s Entire Content
CSS Transforms are defined on the stylistic properties of an HTML DOM Element. For example, the markup for rotating an element 45 degrees along its Z axis would look like this:
#element {
transform: rotateZ(45deg);
}
"
'via Blog this'