Wednesday, March 30, 2011

Rotating elements

Looking for an easy April Fool's gag? Look no further.

-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -o-transform: rotate(180deg);

Of course, there are probably practical uses for this as well...