Skip to content

Instantly share code, notes, and snippets.

@twitchy
Created February 15, 2013 20:33
Show Gist options
  • Save twitchy/4963340 to your computer and use it in GitHub Desktop.
Save twitchy/4963340 to your computer and use it in GitHub Desktop.
css flip
.flip {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment