Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <script src="http://code.jquery.com/jquery.min.js"></script>
    <link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
    <script src="http://getbootstrap.com/dist/js/bootstrap.js"></script>
    <meta charset="utf-8">
    <title>JS Bin</title>
  </head>
  <body>
    <div class="container">
      <div class="row seven-cols">
        <div class="col-md-1">Col 1</div>
        <div class="col-md-1">Col 2</div>
        <div class="col-md-1">Col 3</div>
        <div class="col-md-1">Col 4</div>
        <div class="col-md-1">Col 5</div>
        <div class="col-md-1">Col 6</div>
        <div class="col-md-1">Col 7</div>
      </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