Skip to content

Instantly share code, notes, and snippets.

@boyofgreen
Created April 16, 2012 02:34
Show Gist options
  • Save boyofgreen/2396082 to your computer and use it in GitHub Desktop.
Save boyofgreen/2396082 to your computer and use it in GitHub Desktop.
HTML5 Hacks 3.0.5
.testClass {
width: 100%;
color: #fff;
transform: rotate(30deg);
-ms-transform: rotate(30deg); /* IE 9 */
-webkit-transform: rotate(30deg); /* all webkit browsers */
-o-transform: rotate(30deg); /* Opera */
-moz-transform: rotate(30deg); /* Firefox */
}
.testClass {
width: 100%;
color: #fff;
transform: rotate(30deg);
-moz-transform: rotate(30deg); /* Firefox */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment