| name | language | licence |
|---|---|---|
| Rgba | CSS3 | Other |
| Border-radius (rounded corners) | CSS3 | Other |
| Opacity | CSS3 | Other |
| Box-shadow | CSS3 | Other |
| Box Rotate Transform | CSS3 | Other |
| Box Gradient | CSS3 | Other |
| @font-face | CSS3 | Other |
| Speech Module | CSS3 | Other |
language: CSS3
licence: Other
Box Rotate Transform
options: view full snippet • send to code collector
-moz-transform: rotate(7.5deg); /* FF3.5+ */ -o-transform: rotate(7.5deg); /* Opera 10.5 */ -webkit-transform: rotate(7.5deg); /* Saf3.1+, Chrome */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */



library
hello world (2)
expression engine 2 (6)