Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Bootstrap flexbox auto columns</title>
</head>
<body class="py-3">
  
  <div class="container">
    <div class="row mb-3">
      <div class="col bd-highlight p-3">
        1 of 2
      </div>
      <div class="col bd-highlight p-3">
        1 of 2
      </div>
    </div>
    <div class="row">
      <div class="col bd-highlight p-3">
        1 of 3
      </div>
      <div class="col bd-highlight p-3">
        1 of 3
      </div>
      <div class="col bd-highlight p-3">
        1 of 3
      </div>
    </div>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
mdopro
0viewers