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>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
 
  .box {
    background-color: olive;
    width: 200px;
    height: 400px;
    -webkit-box-shadow: 4px 1px 2px 2px #c4c4c4;  
    -moz-box-shadow: #c4c4c4 1px 2px 10px 2px;  
    box-shadow: #c4c4c4 0px 5px 3px 2px;
    margin: 50px auto;
}
</style>
</head>
<body>
  <p class="box"></p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers