Created
February 6, 2013 21:03
-
-
Save agmcleod/4725819 to your computer and use it in GitHub Desktop.
This would be funny to inject in a browser request.
This file contains hidden or 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
<style type="text/css"> | |
body { | |
transform:rotate(180deg); | |
-webkit-transform: rotate(180deg); | |
-moz-transform:rotate(180deg); | |
-ms-transform:rotate(180deg); | |
-o-transform:rotate(180deg); | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment