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">
  <link rel="stylesheet" href="https://cdn.rawgit.com/pfrankov/greedo/v2.1.0/greedo.css">
  <title>JS Bin</title>
</head>
<body>
  <div class="row line">
    <div class="col">1</div>
    <div class="col-6">2</div>
    <div class="col offset-1">3</div>
  </div>
  
  <div class="row between">
    <div class="col auto">4</div>
    <div class="col auto">5</div>
    <div class="col auto">6</div>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
pfrankovpro
0viewers