Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  ul{list-style:none;}
  a{text-decoration:none;}
  .Map{
    position:relative;
    background:#eee;
    width:600px;
    height:300px;
  }
  #MovingPlane1{
    position:absolute;
    bottom:0px;
    left:30px;
    transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
  }
  #MovingPlane2{
    position:absolute;
    bottom:0px;
    left:120px;
    width:50px;
    height:50px;
    background:red;
  }
  
</style>
</head>
<body>
  
<div class="Map"><div class="plane" id="MovingPlane1"><img src="http://i.imgur.com/8jV4DEn.png" id ="hero" alt="hero"></div><div class="plane" id="MovingPlane2">2</div></div>
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers