Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created March 3, 2013 08:48
Show Gist options
  • Save aurelkurtula/5075367 to your computer and use it in GitHub Desktop.
Save aurelkurtula/5075367 to your computer and use it in GitHub Desktop.
flipping image
/* flipping image */
img{
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
<!-- content to be placed inside <body>…</body> -->
<img src="http://upload.wikimedia.org/wikipedia/en/thumb/0/02/Homer_Simpson_2006.png/212px-Homer_Simpson_2006.png" >
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment