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; }
  
  .btn{
    width: 50px;
    height: 50px;
    display: inline-block;
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2;
    margin: 10px;
  }
  .btn:hover{
    border: solid 1px #666;
    cursor: pointer;
  }
</style>
</head>
<body>
  <div id='outer'>
    <div id='d1' class='btn'>d1</div>
    <div id='d2' class='btn'>d2</div>
    <div id='d3' class='btn'>d3</div>
    <div id='d4' class='btn'>d4</div>
    <div id='d5' class='btn'>d5</div>
    <div id='d6' class='btn'>d6</div>
    <div id='d7' class='btn'>d7</div>
  </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers