Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Test Page</title>
<style>
  body {
    font-family: sans-serif;
  }
  img {
    border: 1px solid black;
    margin-right: 1px;
  }
  img.flipped {
    -moz-transform:    scaleX(-1);
    -o-transform:      scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform:         scaleX(-1);
    filter:            FlipH;
    -ms-filter:        "FlipH";
  }
</style>
</head>
<body>
  <img src="http://www.gravatar.com/avatar/33f4d92e52338046059c722418369898?s=128&d=identicon&r=PG"><img class="flipped" src="http://www.gravatar.com/avatar/33f4d92e52338046059c722418369898?s=128&d=identicon&r=PG">
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers