Created
March 1, 2013 18:35
-
-
Save Fauntleroy/5066733 to your computer and use it in GitHub Desktop.
A terse gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>I AM <em>TRANSFORMED</em></h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 > em { | |
display: inline-block; | |
-webkit-transform: rotate( 45deg ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment