Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head>
    <style>
      body { 
        margin: 0 auto;
        width: 300px;
        /-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
      }
    </style>
  </head>
    <body>
        <h1>This is a test heading</h1>
        <p>Testing lorem ipsum dolor sit amet</p>
    
        <p>And another lorem ipsum test</p>
    </body>
  </html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers