Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<style>
  .container {
    width: 700px;
    height: 50px;
    position:absolute;
    top:30%;
    left:50%;
    margin-left: -350px;
    margin-top:-35px;
    text-align:center;
    color:#999; 
    font-size: 25px; }
</style>
</head>
<body>
  <div class="container">
    <img src="http://www.placehold.it/140x140&text=Image%201" />
    <img style="display:none;" src="http://www.placehold.it/140x140&text=Image%202" />
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers