I’m working on a tutorial and wanted to make a block rotate 30 degrees, using CSS3.
Webkit browsers:
-webkit-transform: rotate(30deg);
Internet Explorer:
filter:progid:DXImageTransform.Microsoft.Matrix( M11='0.8660253882408142', M12='-0.5', DX='0', M21='0.5', M22='0.8660253882408142', DY='0', sizingmethod='auto expand' );
I rest my case.
Subscribe by RSS
Leave a Reply