Skip to content

Instantly share code, notes, and snippets.

@agmcleod
Created February 6, 2013 21:03
Show Gist options
  • Save agmcleod/4725819 to your computer and use it in GitHub Desktop.
Save agmcleod/4725819 to your computer and use it in GitHub Desktop.
This would be funny to inject in a browser request.
<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