Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
    body { background: #d2d1d0; }
    
    #box {
      background: #f4f4f4;
      border: 1px solid #bbbbbb;
      width: 200px;
      height: 200px;
      margin: 60px auto;
      position: relative;
      
    }
    
    #box:before {
      border: 1px solid white;
      content: '';
      width: 198px;
      height: 198px;
      position: absolute;
    }
    
  #box:hover:after {
      content: '';
      position: absolute;
      width: 196px;
      height: 196px;
      border: 1px solid #bbbbbb;
      left: 1px; top: 1px;
    }
  </style>
</head>
<body>
  <div id="box"><img src="http://s3.envato.com/files/367206.png" alt="" /></div>
</body>
</html>  
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers